diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/StartWizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 96e1d640..8fdd340e 100644 --- a/lib/python/Screens/StartWizard.py +++ b/lib/python/Screens/StartWizard.py @@ -28,4 +28,4 @@ class StartWizard(Wizard): self["arrowup2"] = MovingPixmap() wizardManager.registerWizard(LanguageSelection) -wizardManager.registerWizard(StartWizard)
\ No newline at end of file +wizardManager.registerWizard(StartWizard) |
