disable debug output
[enigma2.git] / lib / python / Screens / Wizard.py
index 29bb6e2daec455a45458bd934c98603c724ef306..1900e9a4b6aad7565b8cf37252c01f929767103e 100644 (file)
@@ -6,8 +6,7 @@ from Screens.HelpMenu import HelpableScreen
 from Components.config import config
 from Components.Label import Label
 from Components.Slider import Slider
-from Components.ActionMap import HelpableActionMap, NumberActionMap
-from Components.Pixmap import *
+from Components.ActionMap import NumberActionMap
 from Components.MenuList import MenuList
 from Components.ConfigList import ConfigList
 
@@ -153,7 +152,7 @@ class Wizard(Screen, HelpableScreen):
                        count += 1
                return 0
 
-       def finished(self, **args):
+       def finished(self, *args, **kwargs):
                print "finished"
                currStep = self.currStep