parsing for /etc/timezone.xml added
[enigma2.git] / lib / python / Components / SetupDevices.py
index 3161f12549bc46e879f61e05ecbaf703fab6d57b..003bba5459f2fa75970458bf20e29f0ef3c2898e 100644 (file)
@@ -5,6 +5,7 @@ from config import ConfigSubsection
 from config import ConfigSlider
 from config import configSelection
 from config import configText
+from Components.Timezones import timezones
 
 def InitSetupDevices():
        config.timezone = ConfigSubsection();
@@ -33,11 +34,3 @@ def InitSetupDevices():
        config.expert.skipconfirm = configElement("config.expert.skipconfirm", configSelection, 1, ("Enable", "Disable") );
        config.expert.hideerrors = configElement("config.expert.hideerrors", configSelection, 1, ("Enable", "Disable") );
        config.expert.autoinfo = configElement("config.expert.autoinfo", configSelection, 1, ("Enable", "Disable") );
-
-       #here?
-       config.tv = ConfigSubsection();
-       config.tv.lastservice = configElement("config.tv.lastservice", configText, "", 0);
-       
-       config.tv.lastservice.value = "blasel"
-       config.tv.lastservice.save()
-