git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
removed debug output and fixed config-values
[enigma2.git]
/
lib
/
python
/
Components
/
HTMLComponent.py
1
# some helper classes first:
2
class HTMLComponent:
3
def produceHTML(self):
4
return ""
5