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