aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/__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/Screens/__init__.py
parent1d9b83e416ec6471e53844c80626dbf22a411e90 (diff)
downloadenigma2-d5e22a275d2ecdf3205bfefa927be6e125ac27b8.tar.gz
enigma2-d5e22a275d2ecdf3205bfefa927be6e125ac27b8.zip
- add movie selector
Diffstat (limited to 'lib/python/Screens/__init__.py')
-rw-r--r--lib/python/Screens/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py
index c91f5f57..d24aa003 100644
--- a/lib/python/Screens/__init__.py
+++ b/lib/python/Screens/__init__.py
@@ -1,4 +1,4 @@
__all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
- "InfoBar", "MessageBox", "Menu", "ScartLoopThrough", "Screen", "ServiceScan",
+ "InfoBar", "MessageBox", "Menu", "MovieSelection",
+ "ScartLoopThrough", "Screen", "ServiceScan",
"TimerEdit"]
-