add additional argument to the configElement constructor to make configElements,...
[enigma2.git] / lib / python / Screens / __init__.py
index 4dc5fafee2109dcccf7931f178e0ac532f68e6ac..d350f1a2dd3ced54b65c725439b5017bbbcc83c9 100644 (file)
@@ -1,4 +1,5 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
-       "TimerEdit", "Setup", "HarddiskSetup", "Satconfig"]
+       "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
+       "Satconfig", "Scanconfig" ]