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/ImageWizard.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'lib/python/Screens/ImageWizard.py') diff --git a/lib/python/Screens/ImageWizard.py b/lib/python/Screens/ImageWizard.py index ad0640cf..faf6120b 100644 --- a/lib/python/Screens/ImageWizard.py +++ b/lib/python/Screens/ImageWizard.py @@ -19,18 +19,10 @@ else: backupAvailable = 1 class ImageWizard(Wizard): - skin = """ - - - - - """ - def __init__(self, session): self.xmlfile = "imagewizard.xml" - Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=True) - + def markDone(self): pass -- cgit v1.2.3