From d384d24bc560ce7e915a28821867f84ca006bc76 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 31 Aug 2005 01:06:57 +0000 Subject: [PATCH] adding About --- lib/python/Screens/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index d24aa00..386eb67 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"] -- 2.7.4