add a condition to the wizard-parser
[enigma2.git] / lib / python / Screens / StartWizard.py
index 8fdd340e8be934b16c5f765b71ddb622f269056c..501ea6c5d508b1a2bf86e68ca4b6b70090a22268 100644 (file)
@@ -1,6 +1,7 @@
 from Wizard import Wizard, wizardManager
 
 from Components.Pixmap import *
+
 from LanguageSelection import LanguageSelection
 
 class StartWizard(Wizard):