diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-11 12:46:28 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-11 12:46:28 +0100 |
| commit | fbb4dcf5b33aeb937b93ccde522a7d32c328be9f (patch) | |
| tree | ab6589693d0ae52e186a8e51c487b9113ba0f0f4 /lib/python | |
| parent | 6cd86a6ad64aa8a833468b0ca31ab3ddf8b16b47 (diff) | |
| download | enigma2-fbb4dcf5b33aeb937b93ccde522a7d32c328be9f.tar.gz enigma2-fbb4dcf5b33aeb937b93ccde522a7d32c328be9f.zip | |
import MultiContentTemplateColor
Diffstat (limited to 'lib/python')
| -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 cc00455c..5f1d4f24 100644 --- a/lib/python/Components/Converter/TemplatedMultiContent.py +++ b/lib/python/Components/Converter/TemplatedMultiContent.py @@ -5,7 +5,7 @@ class TemplatedMultiContent(StringList): 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 Components.MultiContent import MultiContentEntryText, MultiContentEntryPixmap, MultiContentEntryPixmapAlphaTest + from Components.MultiContent import MultiContentEntryText, MultiContentEntryPixmap, MultiContentEntryPixmapAlphaTest, MultiContentTemplateColor l = locals() del l["self"] # cleanup locals a bit del l["args"] |
