aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-12-15 12:25:12 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-12-15 12:25:12 +0000
commit8b7f6168191f06a672e9f437805d9f5cac715397 (patch)
tree73ba1b7fa5204f6f071b996e60b1c3de5717a805 /lib/python
parente57ab5a059a173470f6be66ae06f186029af902d (diff)
downloadenigma2-8b7f6168191f06a672e9f437805d9f5cac715397.tar.gz
enigma2-8b7f6168191f06a672e9f437805d9f5cac715397.zip
fix newline
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/StartWizard.py2
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)