X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/46f2eaf4f2be49e48ca2abc26c5e925a900726c1..4347756c56a155ffe3c0ad61c74b385fdad923b4:/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