From: Stefan Pluecken Date: Wed, 31 Aug 2005 01:06:57 +0000 (+0000) Subject: adding About X-Git-Tag: 2.6.0~5680 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d384d24bc560ce7e915a28821867f84ca006bc76 adding About --- 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"]