X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FTutorialWizard.py;h=1c0c41088831bee5f2e909a698f176be1f9a814f;hp=8c0b79d62661140b47de605335af92b1ced43dfa;hb=804ad88e6679853bd2db717fc542263d48075631;hpb=2a8ecd871020fdd668cf5500460e5a6e7851b4b0 diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 8c0b79d..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()