add ChoiceBox screen for asking simple multi choice questions
[vuplus_dvbapp] / lib / python / Screens / __init__.py
index d5323bb..82e4d83 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", "Console", "InputBox" ]
+       "PVRState", "Console", "InputBox", "ChoiceBox" ]