fix yesterday "infobar was not shown when a service was selected in
[enigma2.git] / lib / python / Screens / __init__.py
index 6e57497ad1655f2908694c4a00e01c3d915a34ca..0780cedf4d2788b8f6cf8ee759c16150c8ce6a33 100644 (file)
@@ -6,4 +6,5 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "EpgSelection", "EventView", "Standby", "ServiceInfo",
        "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup",
        "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary",
-       "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup" ]
+       "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup",
+       "SleepTimerEdit" ]