X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/83fa9db5a2a4acb79d71f9a662f086d2931c63ae..caeccfb6b669fa5c17f6233788271085c227f234:/lib/python/Screens/Wizard.py diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 29bb6e2d..1900e9a4 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -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