replace subservice selection screen with ChoiceBox screen
[enigma2.git] / lib / python / Screens / __init__.py
index a8e1851ca2971079a5e8a4a2d2024eb0477ea908..f2681e341a27faa9f06d8257a2eba124a41d53b0 100644 (file)
@@ -4,5 +4,6 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
        "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
        "EpgSelection", "EventView", "Standby", "ServiceInfo",
-       "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard",
-       "PVRState"]
+       "AudioSelection", "InfoBarGenerics", "HelpMenu", "Wizard",
+       "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
+       "TimerSelection" ]