add InputBox screen for textual input
[enigma2.git] / lib / python / Screens / __init__.py
index fff5b49fe9e496994c77a53a36cd0ee0a5ca8449..d5323bb8b0e35f9df8cc3029a89016f897ebeb03 100644 (file)
@@ -3,4 +3,6 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
        "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
-       "EpgSelection", "EventView", "Standby"]
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard",
+       "PVRState", "Console", "InputBox" ]