use ChoiceBox for audio selection (audio tracks are now sorted by description)
[enigma2.git] / lib / python / Screens / __init__.py
index fd7b40c091ed8176fa8b462cd7568bd1745f16fe..30f39b1cd97c12a684476d6df64e4e42480d2b09 100644 (file)
@@ -3,4 +3,7 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
        "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
-       "EpgSelection", "EventView"]
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "InfoBarGenerics", "HelpMenu", "Wizard",
+       "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
+       "TimerSelection" ]