add support for multiple instant recordings
[enigma2.git] / lib / python / Screens / __init__.py
index 4dc5fafee2109dcccf7931f178e0ac532f68e6ac..60bb48d9bf5e5dcba8be27bfba6ae4cb83cd36f1 100644 (file)
@@ -1,4 +1,9 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
-       "TimerEdit", "Setup", "HarddiskSetup", "Satconfig"]
+       "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard",
+       "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
+       "TimerSelection" ]