fix yesterday "infobar was not shown when a service was selected in
[enigma2.git] / lib / python / Screens / __init__.py
index 82a4856f3b0a3a17e98d18f8171f67758d9d1542..0780cedf4d2788b8f6cf8ee759c16150c8ce6a33 100644 (file)
@@ -1,5 +1,10 @@
 __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", 
        "InfoBar", "MessageBox", "Menu", "MovieSelection", 
-       "ScartLoopThrough", "Screen", "ServiceScan", "About",
+       "Screen", "ServiceScan", "About", "Subtitles", 
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
-       "Satconfig" ]
+       "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup",
+       "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
+       "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup",
+       "SleepTimerEdit" ]