X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5bc8209d19e1d41f289cfe198e4e3a839adf894b..5d7942d9b3c1eecef5167ce470d61f52be904e0a:/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