X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FStartWizard.py;h=037c0757c73c46a771d17352a04e16e69ac3e105;hp=736b3ef7a34c1cb5983a0927e7af627a98fee0a1;hb=c1311444ea249a45d0eceefa15d77fce410a54da;hpb=939e78997bc25b22b3270ae3e298b0cc49becdbf diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 736b3ef..037c075 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