X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a4da9cccc2575c4bf299bde9594dad3e049ddf6a..a8c0bc898071ff61073ce7d798bccd3972ecfefe:/lib/python/Screens/__init__.py diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 90b22c27..f082754a 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,3 +1,5 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", - "InfoBar", "Menu", "ScartLoopThrough", "Screen", "ServiceScan"] - + "InfoBar", "MessageBox", "Menu", "MovieSelection", + "ScartLoopThrough", "Screen", "ServiceScan", "About", + "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", + "Satconfig", "Scanconfig", "Ci.py" ]