From 0528c4567801f2ca68168d3f9a9d3771ca2eec5c Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 2 Jun 2006 17:27:55 +0000 Subject: [PATCH] add SubtitleDisplay screen --- lib/python/Screens/SubtitleDisplay.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/python/Screens/SubtitleDisplay.py diff --git a/lib/python/Screens/SubtitleDisplay.py b/lib/python/Screens/SubtitleDisplay.py new file mode 100644 index 00000000..80d3bd26 --- /dev/null +++ b/lib/python/Screens/SubtitleDisplay.py @@ -0,0 +1,7 @@ +from Screens.Screen import Screen + +class SubtitleDisplay(Screen): + def __init__(self, session): + Screen.__init__(self, session) + + # not really much to do... -- 2.30.2