Commit 0ce2d9e1 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test case fix

parent ecaa677f
__doc__ = u""" __doc__ = u"""
>>> ret = repeat_iter() >>> ret = repeat_iter()
>>> for s in ret: >>> for s in ret:
... print s ... print(s)
a a
a a
b b
......
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