aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-25 08:16:11 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-25 08:16:11 +0000
commit738adbb747be92f19cd7864490c982cac558358c (patch)
tree71410b9654ec43fa25fc5076f1b42598ed60a5cc /lib/python/Components/__init__.py
parent8c0a6bc252e866068348601ba5ea12e8df7e1efe (diff)
downloadenigma2-738adbb747be92f19cd7864490c982cac558358c.tar.gz
enigma2-738adbb747be92f19cd7864490c982cac558358c.zip
added a sanity check for timer editor (no functionality until now except building a list of simultanious timers)
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 0582a908..38be156e 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", "Timezones", "HelpMenuList"]
+ "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList", "TimerSanityCheck"]