revert non working "goto standby" after timerevent code (needs some work in
[enigma2.git] / lib / python / Screens / __init__.py
index d350f1a2dd3ced54b65c725439b5017bbbcc83c9..9ce0dc6da3e40507b4b181e04643c6d83b71c612 100644 (file)
@@ -1,5 +1,9 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
-       "ScartLoopThrough", "Screen", "ServiceScan", "About",
+       "Screen", "ServiceScan", "About",
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
-       "Satconfig", "Scanconfig" ]
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup",
+       "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
+       "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup" ]