aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-02 00:27:32 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-02 00:27:32 +0000
commit7e13c14fb5b2d6e36e62fdfcdc49c3e1fef0183f (patch)
treebe4268d90b9d301d95690f9ed00aa00c2e05037a /lib/python/Screens/__init__.py
parent05e172a0522c77f55fe64e54411973f65a1deb93 (diff)
downloadenigma2-7e13c14fb5b2d6e36e62fdfcdc49c3e1fef0183f.tar.gz
enigma2-7e13c14fb5b2d6e36e62fdfcdc49c3e1fef0183f.zip
add ChoiceBox screen for asking simple multi choice questions
Diffstat (limited to 'lib/python/Screens/__init__.py')
-rw-r--r--lib/python/Screens/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py
index d5323bb8..82e4d833 100644
--- a/lib/python/Screens/__init__.py
+++ b/lib/python/Screens/__init__.py
@@ -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" ]