Commit a40b2664 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test fix

parent 70b3c710
__doc__ = u"""
>>> print idx_uint( ["buckle", "my", "shoe"], 2)
>>> print(idx_uint( ["buckle", "my", "shoe"], 2))
shoe
>>> print idx_ulong(["buckle", "my", "shoe"], 2)
>>> print(idx_ulong(["buckle", "my", "shoe"], 2))
shoe
"""
......
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