use setup_<setupkey> as alternative skin name for Setup, for customization of specifi...
[enigma2.git] / lib / python / Screens / StartWizard.py
index 8fc4ecdfddddb790521e0fe4ef103067d9a85de9..1734d7341da43cf98a4ac28319058e9feb09d20a 100644 (file)
@@ -1,12 +1,12 @@
 from Wizard import Wizard, wizardManager
 
-from Components.Pixmap import *
-from Components.config import configElementBoolean, config, configfile
+from Components.Pixmap import Pixmap, MovingPixmap
+from Components.config import config, ConfigBoolean, configfile
 
 from LanguageSelection import LanguageSelection
 
-config.misc.firstrun = configElementBoolean("config.misc.firstrun", 1);
-config.misc.languageselected = configElementBoolean("config.misc.languageselected", 1);
+config.misc.firstrun = ConfigBoolean(default = True)
+config.misc.languageselected = ConfigBoolean(default = True)
 
 class StartWizard(Wizard):
        skin = """