From 4347756c56a155ffe3c0ad61c74b385fdad923b4 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 18 Apr 2008 19:06:21 +0000 Subject: no need to define skin in skin_default.xml and .py files --- lib/python/Screens/TutorialWizard.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/python/Screens/TutorialWizard.py') diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index 8c0b79d6..1c0c4108 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() -- cgit v1.2.3