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/__init__.py | |
| parent | ea2e46b48524f14bb53b87846c07aa97444a513a (diff) | |
| download | enigma2-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__.py | 2 |
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"] |
