git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ask to resume on playback
[enigma2.git]
/
lib
/
python
/
Screens
/
SubtitleDisplay.py
1
from Screens.Screen import Screen
2
3
class SubtitleDisplay(Screen):
4
def __init__(self, session):
5
Screen.__init__(self, session)
6
7
# not really much to do...