aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-06-02 17:27:55 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-06-02 17:27:55 +0000
commit0528c4567801f2ca68168d3f9a9d3771ca2eec5c (patch)
treefaa97bdc2cdc7a36ba64e1279076b3b11790f145 /lib
parentdc5b3144665e827fccf38fcab1c167e6dacdac7a (diff)
downloadenigma2-0528c4567801f2ca68168d3f9a9d3771ca2eec5c.tar.gz
enigma2-0528c4567801f2ca68168d3f9a9d3771ca2eec5c.zip
add SubtitleDisplay screen
Diffstat (limited to 'lib')
-rw-r--r--lib/python/Screens/SubtitleDisplay.py7
1 files changed, 7 insertions, 0 deletions
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...