add ChoiceBox screen for asking simple multi choice questions
[enigma2.git] / lib / python / Screens / __init__.py
index a8e1851ca2971079a5e8a4a2d2024eb0477ea908..82e4d833416ad54e67fb85deea9c04b393281a0e 100644 (file)
@@ -5,4 +5,4 @@ __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" ]