aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-08-31 01:06:57 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-08-31 01:06:57 +0000
commitd384d24bc560ce7e915a28821867f84ca006bc76 (patch)
treecfdc24760550743bd656b867d4e287ebadbb1e1d /lib/python
parent93b1fe5102eea3d08531742ab3c7929905146f97 (diff)
downloadenigma2-d384d24bc560ce7e915a28821867f84ca006bc76.tar.gz
enigma2-d384d24bc560ce7e915a28821867f84ca006bc76.zip
adding About
Diffstat (limited to 'lib/python')
-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 d24aa003..386eb672 100644
--- a/lib/python/Screens/__init__.py
+++ b/lib/python/Screens/__init__.py
@@ -1,4 +1,4 @@
__all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
"InfoBar", "MessageBox", "Menu", "MovieSelection",
- "ScartLoopThrough", "Screen", "ServiceScan",
- "TimerEdit"]
+ "ScartLoopThrough", "Screen", "ServiceScan", "About",
+ "TimerEdit", "Network"]