X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a4da9cccc2575c4bf299bde9594dad3e049ddf6a..34c3f1a742135c764ced560e8479e77129082301:/lib/python/Screens/__init__.py?ds=sidebyside diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 90b22c27..fbd2c173 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,3 +1,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", - "InfoBar", "Menu", "ScartLoopThrough", "Screen", "ServiceScan"] + "InfoBar", "Menu", "ScartLoopThrough", "Screen", "ServiceScan", + "TimerEdit"]