aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/__init__.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-11 15:16:40 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-11 15:16:40 +0000
commit502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4 (patch)
tree7819233e21e83ca80d1890146c45b559d8fbc653 /lib/python/Screens/__init__.py
parentbdb316e040fe0e4d958a2dae1611bd18162a45ac (diff)
downloadenigma2-502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4.tar.gz
enigma2-502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4.zip
add Event detail viewer
not final version yet.. service name is missing, and i need to build a scrollable label
Diffstat (limited to 'lib/python/Screens/__init__.py')
-rw-r--r--lib/python/Screens/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py
index ed5c07e6..fd7b40c0 100644
--- a/lib/python/Screens/__init__.py
+++ b/lib/python/Screens/__init__.py
@@ -3,4 +3,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
"ScartLoopThrough", "Screen", "ServiceScan", "About",
"TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
"Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
- "EpgSelection"]
+ "EpgSelection", "EventView"]