create a Console screen for command executions
[enigma2.git] / lib / python / Screens / __init__.py
index a8e1851ca2971079a5e8a4a2d2024eb0477ea908..06378dc3aadd61981351438adede9a3125fc008a 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"]
+       "PVRState", "Console" ]