X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bbd916fde5e3d4b36dc8c96bfd2c63a524a4ef4c..ba1b105a176e5f62faf9d6d1f4c1a4c19764a2e4:/lib/python/Screens/__init__.py diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 6e57497a..0780cedf 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -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" ]