Commit 65ba9eec authored by Stefan Behnel's avatar Stefan Behnel

Fix test failure in Py2.x.

parent 57fa7d3c
......@@ -30,7 +30,7 @@ EXAMPLE:
['first', 'second', 'alpha', 'inserted', 'beta', 'gamma', 'third']
"""
from __future__ import absolute_import, unicode_literals
from __future__ import absolute_import #, unicode_literals
try:
# Prefer cStringIO since io.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