add a 'priority' for wizard screens to define the run order
[enigma2.git] / lib / python / Screens / TutorialWizard.py
index bab07f2021b92f0170033fe5498a52d29182d28d..9e97b7e7f7770c42e830d319acd0134ca764c936 100644 (file)
@@ -1,9 +1,7 @@
 from Wizard import Wizard, wizardManager
 
 from Components.config import ConfigBoolean, config
-from Components.Pixmap import *
-
-from LanguageSelection import LanguageSelection
+from Components.Pixmap import MovingPixmap
 
 config.misc.firstruntutorial = ConfigBoolean(default = True)
 
@@ -32,4 +30,4 @@ class TutorialWizard(Wizard):
                config.misc.firstruntutorial.value = False
                config.misc.firstruntutorial.save()
 
-#wizardManager.registerWizard(TutorialWizard, config.misc.firstruntutorial.value)
+#wizardManager.registerWizard(TutorialWizard, config.misc.firstruntutorial.value, priority = 30)