X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/939e78997bc25b22b3270ae3e298b0cc49becdbf..1024b449f8548eb7a77361ff9d8113ab4ab7a27f:/lib/python/Screens/StartWizard.py diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 736b3ef7..037c0757 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -1,6 +1,7 @@ from Wizard import Wizard, wizardManager from Components.Pixmap import * +from LanguageSelection import LanguageSelection class StartWizard(Wizard): skin = """ @@ -13,6 +14,7 @@ class StartWizard(Wizard): + """ def __init__(self, session): @@ -23,5 +25,7 @@ class StartWizard(Wizard): self["rc"] = MovingPixmap() self["arrowdown"] = MovingPixmap() self["arrowup"] = MovingPixmap() + self["arrowup2"] = MovingPixmap() +wizardManager.registerWizard(LanguageSelection) wizardManager.registerWizard(StartWizard) \ No newline at end of file