diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 15:46:54 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-17 15:46:54 +0000 |
| commit | 9925392e576717cc0df070ace822a6f392808bb7 (patch) | |
| tree | 1124ce4ea79319bf60f916f2ba7c838a4da2cd5a /lib/python/Components/SetupDevices.py | |
| parent | ea2e46b48524f14bb53b87846c07aa97444a513a (diff) | |
| download | enigma2-9925392e576717cc0df070ace822a6f392808bb7.tar.gz enigma2-9925392e576717cc0df070ace822a6f392808bb7.zip | |
parsing for /etc/timezone.xml added
Diffstat (limited to 'lib/python/Components/SetupDevices.py')
| -rw-r--r-- | lib/python/Components/SetupDevices.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py index cb2badb0..003bba54 100644 --- a/lib/python/Components/SetupDevices.py +++ b/lib/python/Components/SetupDevices.py @@ -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(); |
