X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FTutorialWizard.py;h=1c0c41088831bee5f2e909a698f176be1f9a814f;hb=3e200eb52433b55acacf1072b33b6a60c8952ff3;hp=9e97b7e7f7770c42e830d319acd0134ca764c936;hpb=5bc8209d19e1d41f289cfe198e4e3a839adf894b;p=vuplus_dvbapp diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 9e97b7e..1c0c410 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -6,20 +6,8 @@ from Components.Pixmap import MovingPixmap config.misc.firstruntutorial = ConfigBoolean(default = True) class TutorialWizard(Wizard): - skin = """ - - - - - - - - """ - def __init__(self, session): - self.skin = TutorialWizard.skin self.xmlfile = "tutorialwizard.xml" - Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=False) self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap()