X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/814111dab07d3e661567de7c6bd360e84b1a59ba..d8733ed57694bbb5309afc396cabe2bfc6f35c16:/lib/python/Screens/__init__.py diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 4dc5fafe..60bb48d9 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,4 +1,9 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "InfoBar", "MessageBox", "Menu", "MovieSelection", "ScartLoopThrough", "Screen", "ServiceScan", "About", - "TimerEdit", "Setup", "HarddiskSetup", "Satconfig"] + "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", + "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", + "EpgSelection", "EventView", "Standby", "ServiceInfo", + "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard", + "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", + "TimerSelection" ]