X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4cb23507b16682ceeb4ad31a7de837ef2f4326f3..baa6968ed152a4e78ba27e3e48364a6b62680db2:/lib/python/Screens/__init__.py diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index f082754a..0780cedf 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -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", "Scanconfig", "Ci.py" ] + "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" ]