aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-18 02:53:40 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-18 02:53:40 +0000
commitbf7e40884d7add91e219e9e70e83988ae7752bd8 (patch)
tree3e1048ad0c2b1e32a5c7b3b24dbcb59cf1a7045a /lib/python/Components/__init__.py
parent81b381e1f5dd38ad1b80a3b3d96060b89a5fab6c (diff)
downloadenigma2-bf7e40884d7add91e219e9e70e83988ae7752bd8.tar.gz
enigma2-bf7e40884d7add91e219e9e70e83988ae7752bd8.zip
add help stuff
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 ed74427a..0582a908 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"]
+ "Lcd", "EpgList" "ScrollLabel", "Timezones", "HelpMenuList"]