aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 15:46:54 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 15:46:54 +0000
commit9925392e576717cc0df070ace822a6f392808bb7 (patch)
tree1124ce4ea79319bf60f916f2ba7c838a4da2cd5a /lib/python/Components/__init__.py
parentea2e46b48524f14bb53b87846c07aa97444a513a (diff)
downloadenigma2-9925392e576717cc0df070ace822a6f392808bb7.tar.gz
enigma2-9925392e576717cc0df070ace822a6f392808bb7.zip
parsing for /etc/timezone.xml added
Diffstat (limited to 'lib/python/Components/__init__.py')
-rw-r--r--lib/python/Components/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/__init__.py b/lib/python/Components/__init__.py
index ebc7f49f..ed74427a 100644
--- a/lib/python/Components/__init__.py
+++ b/lib/python/Components/__init__.py
@@ -6,4 +6,4 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
"components", "config", "TimerList", "TimeInput", "MovieList",
"InputDevice", "ServicePosition", "IPAddress", "VariableIP", "IPGateway",
"IPNameserver", "Network", "RFmon", "DiskInfo", "NimManager", "TimerEntry",
- "Lcd", "EpgList" "ScrollLabel"]
+ "Lcd", "EpgList" "ScrollLabel", "Timezones"]