git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'fantempplugin' into experimental
[enigma2.git]
/
lib
/
python
/
Components
/
Converter
/
StaticText.py
1
from Components.Converter.Converter import Converter
2
3
class StaticText(Converter, object):
4
def __init__(self, text):
5
Converter.__init__(self, type)
6
self.text = str(text)
7