From d4e7d2270a4834dee72eaeaffca983c63289c58c Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Wed, 31 Aug 2005 01:36:09 +0000 Subject: [PATCH] added missing classes --- lib/python/Screens/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 386eb67..f27bdcb 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", "About", - "TimerEdit", "Network"] + "TimerEdit", "Network", "Setup", "HarddiskSetup"] -- 2.7.4