Commit ac8a7d95 authored by Robert Bradshaw's avatar Robert Bradshaw

next() already in Py 2.6

parent 519c3a2b
......@@ -68,12 +68,6 @@ try:
except NameError:
basestring = str
try:
next
except NameError:
def next(iter):
return iter.next()
WITH_CYTHON = True
CY3_DIR = None
......
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