chiark / gitweb /
symm/multigen: Fix for Python 2.5.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 28 Dec 2013 13:59:44 +0000 (13:59 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 28 Dec 2013 13:59:44 +0000 (13:59 +0000)
The top-level `next' function was introduced in 2.6, so use `.next()'
and catch `StopIteration'.


No differences found