add support for multiple instant recordings
[enigma2.git] / lib / python / Screens / __init__.py
index a8e1851ca2971079a5e8a4a2d2024eb0477ea908..60bb48d9bf5e5dcba8be27bfba6ae4cb83cd36f1 100644 (file)
@@ -5,4 +5,5 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
        "EpgSelection", "EventView", "Standby", "ServiceInfo",
        "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard",
-       "PVRState"]
+       "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
+       "TimerSelection" ]