From 7c8c99715d23af5678bbc8ded629f06202648025 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 16 Dec 2005 23:40:01 +0000 Subject: 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) --- lib/python/Screens/StartWizard.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Screens/StartWizard.py') 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): -- cgit v1.2.3