Commit 4af72346 authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent 61e95f53
......@@ -46,8 +46,6 @@ True
import sys
IS_PY3 = sys.version_info[0] >= 3
cdef class cy_iterator(object):
def __iter__(self):
return self
......
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