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

Py2 test fix

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