Skip to content

Fix for compatibility with py3 iterators.

py3 iterators need a next() method, while py2 used next().

Merge request reports

Loading