Commit 36fda830 authored by Stefan Behnel's avatar Stefan Behnel

go back to using faster cStringIO for StringIOTree in Py2

parent dbc9f258
try:
from StringIO import StringIO
from cStringIO import StringIO
except ImportError:
from io import StringIO # does not support writing 'str' in Py2
......
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