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 386eb67..f27bdcb 100644 (file)
@@ -1,4 +1,4 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
-       "TimerEdit", "Network"]
+       "TimerEdit", "Network", "Setup", "HarddiskSetup"]