Merge commit 'origin/master' into tmbinc/FixTimingBugs
[enigma2.git] / lib / python / Components / Converter / TemplatedMultiContent.py
index 5f1d4f249085f1e1edd86b2be7da5633acf73250..203af23d4a84d97d0e941c33f429c4d5e50abf1c 100644 (file)
@@ -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