diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-16 23:40:01 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-16 23:40:01 +0000 |
| commit | 7c8c99715d23af5678bbc8ded629f06202648025 (patch) | |
| tree | 5b8c0cf274c6fa1a85f30ad8d1f1347455210051 /lib/python/Screens/StartWizard.py | |
| parent | 73f8bc2d9e8b1588921635c65d4c664216cfc658 (diff) | |
| download | enigma2-7c8c99715d23af5678bbc8ded629f06202648025.tar.gz enigma2-7c8c99715d23af5678bbc8ded629f06202648025.zip | |
add a condition to the wizard-parser
use this condition to discover, whether we need to show the tuner configs in the start wizard (single tuner-boxes should
work now)
Diffstat (limited to 'lib/python/Screens/StartWizard.py')
| -rw-r--r-- | lib/python/Screens/StartWizard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/StartWizard.py b/lib/python/Screens/StartWizard.py index 8fdd340e..501ea6c5 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): |
