X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1d9b83e416ec6471e53844c80626dbf22a411e90..d5e22a275d2ecdf3205bfefa927be6e125ac27b8:/lib/python/Screens/__init__.py?ds=sidebyside diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index c91f5f57..d24aa003 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,4 +1,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", - "InfoBar", "MessageBox", "Menu", "ScartLoopThrough", "Screen", "ServiceScan", + "InfoBar", "MessageBox", "Menu", "MovieSelection", + "ScartLoopThrough", "Screen", "ServiceScan", "TimerEdit"] -