Commit 573daa52 authored by Stefan Behnel's avatar Stefan Behnel

Py2 test fix

parent ecd0ae5b
......@@ -16,7 +16,7 @@ else:
True
>>> isinstance(u, unicode)
True
>>> isinstance(b, bytes)
>>> isinstance(b, str)
True
"""
......
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