From d5e22a275d2ecdf3205bfefa927be6e125ac27b8 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 29 Jul 2005 01:09:09 +0000 Subject: - add movie selector --- lib/python/Screens/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens/__init__.py') 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"] - -- cgit v1.2.3