X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/dc5b3144665e827fccf38fcab1c167e6dacdac7a..0528c4567801f2ca68168d3f9a9d3771ca2eec5c:/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...