diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-12 16:56:33 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-12 16:56:33 +0100 |
| commit | cb769b5e061ed1df519fc557ec8265dafadaab3c (patch) | |
| tree | 4de944f890bcef6cb7a53240f7276f01798a2669 /lib/python/Components/Converter/TemplatedMultiContent.py | |
| parent | 1bd22cc97199c878255925ef2a9032881acef470 (diff) | |
| download | enigma2-cb769b5e061ed1df519fc557ec8265dafadaab3c.tar.gz enigma2-cb769b5e061ed1df519fc557ec8265dafadaab3c.zip | |
add RT_WRAP for usage in TemplatedMultiContent
Diffstat (limited to 'lib/python/Components/Converter/TemplatedMultiContent.py')
| -rw-r--r-- | lib/python/Components/Converter/TemplatedMultiContent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/TemplatedMultiContent.py b/lib/python/Components/Converter/TemplatedMultiContent.py index 5f1d4f24..203af23d 100644 --- a/lib/python/Components/Converter/TemplatedMultiContent.py +++ b/lib/python/Components/Converter/TemplatedMultiContent.py @@ -4,7 +4,7 @@ class TemplatedMultiContent(StringList): """Turns a python tuple list into a multi-content list which can be used in a listbox renderer.""" def __init__(self, args): StringList.__init__(self, args) - from enigma import eListboxPythonMultiContent, gFont, RT_HALIGN_LEFT, RT_HALIGN_CENTER, RT_HALIGN_RIGHT, RT_VALIGN_TOP, RT_VALIGN_CENTER, RT_VALIGN_BOTTOM + from enigma import eListboxPythonMultiContent, gFont, RT_HALIGN_LEFT, RT_HALIGN_CENTER, RT_HALIGN_RIGHT, RT_VALIGN_TOP, RT_VALIGN_CENTER, RT_VALIGN_BOTTOM, RT_WRAP from Components.MultiContent import MultiContentEntryText, MultiContentEntryPixmap, MultiContentEntryPixmapAlphaTest, MultiContentTemplateColor l = locals() del l["self"] # cleanup locals a bit |
