added missing classes
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 31 Aug 2005 01:36:09 +0000 (01:36 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Wed, 31 Aug 2005 01:36:09 +0000 (01:36 +0000)
lib/python/Screens/__init__.py

index 386eb6725de75a389fb9949c344af88de48b8f06..f27bdcbcb6e23cb3a9f06c15f871c8f2e0d80c9f 100644 (file)
@@ -1,4 +1,4 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
-       "TimerEdit", "Network"]
+       "TimerEdit", "Network", "Setup", "HarddiskSetup"]