aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/__init__.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-07-29 01:09:09 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-07-29 01:09:09 +0000
commitd5e22a275d2ecdf3205bfefa927be6e125ac27b8 (patch)
tree91b5fda2f2dacce923ec56ea52fecad6f94de873 /lib/python/Components/__init__.py
parent1d9b83e416ec6471e53844c80626dbf22a411e90 (diff)
downloadenigma2-d5e22a275d2ecdf3205bfefa927be6e125ac27b8.tar.gz
enigma2-d5e22a275d2ecdf3205bfefa927be6e125ac27b8.zip
- add movie selector
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 d7cd406b..9f15abd4 100644
--- a/lib/python/Components/__init__.py
+++ b/lib/python/Components/__init__.py
@@ -3,5 +3,5 @@ __all__ = ["ActionMap", "Button", "Clock", "ConfigList", "EventInfo",
"GUIComponent", "GUISkin", "HTMLComponent", "HTMLSkin", "Header",
"Label", "MenuList", "PerServiceDisplay", "ProgressBar", "ServiceList",
"ServiceName", "ServiceScan", "VariableText", "VariableValue", "VolumeBar",
- "components", "config", "TimerList", "TimeInput" ]
+ "components", "config", "TimerList", "TimeInput", "MovieList" ]