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