Commit ff54a9c2 by Filippo Valsorda

Use StringIO instead of cStringIO to support Unicode in LightChildrenMixin

parent 9c217aaa
...@@ -29,7 +29,7 @@ import json ...@@ -29,7 +29,7 @@ import json
from lazy import lazy from lazy import lazy
from weakref import WeakKeyDictionary from weakref import WeakKeyDictionary
from cStringIO import StringIO from StringIO import StringIO
from lxml import etree from lxml import etree
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment