Commit 22270037 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent ff1a493a
......@@ -15,7 +15,7 @@ cdef int get_step():
"""
This should only be called once, when used in range().
"""
print "** Calculating step **"
print u"** Calculating step **"
return 2
def range_loop_indices():
......
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