diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-11 15:16:40 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-11-11 15:16:40 +0000 |
| commit | 502fcfc68a0634e5d5bd586c9a89fe93dc0cbcc4 (patch) | |
| tree | 7819233e21e83ca80d1890146c45b559d8fbc653 /lib/python/Screens/__init__.py | |
| parent | bdb316e040fe0e4d958a2dae1611bd18162a45ac (diff) | |
| download | enigma2-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__.py | 2 |
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"] |
