diff options
Diffstat (limited to 'lib/python/Components/Header.py')
| -rw-r--r-- | lib/python/Components/Header.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/python/Components/Header.py b/lib/python/Components/Header.py index 6f085c15..e69de29b 100644 --- a/lib/python/Components/Header.py +++ b/lib/python/Components/Header.py @@ -1,17 +0,0 @@ -from HTMLComponent import * -from GUIComponent import * -from VariableText import * - -from enigma import eLabel - -class Header(VariableText, HTMLComponent, GUIComponent): - - def __init__(self, message): - GUIComponent.__init__(self) - VariableText.__init__(self) - self.setText(message) - - def produceHTML(self): - return "<h2>" + self.getText() + "</h2>\n" - - GUI_WIDGET = eLabel |
