From a4da9cccc2575c4bf299bde9594dad3e049ddf6a Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 5 May 2005 23:38:38 +0000 Subject: - split 2 (Screens) --- lib/python/Screens/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/python/Screens/__init__.py (limited to 'lib/python/Screens/__init__.py') diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py new file mode 100644 index 00000000..90b22c27 --- /dev/null +++ b/lib/python/Screens/__init__.py @@ -0,0 +1,3 @@ +__all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", + "InfoBar", "Menu", "ScartLoopThrough", "Screen", "ServiceScan"] + -- cgit v1.2.3