Commit 0a64b71f by Xavier Antoviaque

Merge pull request #41 from FiloSottile/StringIO

Use StringIO instead of cStringIO to support Unicode in LightChildren
parents 9c217aaa ff54a9c2
...@@ -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