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)
commit28ffcb2af24deaf7d77f62b48246b768e16c6a07
tree82326457157bbf5d2fa37be3e043520a3c3c97fd
parent6c71d5e4ddff02acdd391ddc5f0177f1d5ea980a
symm/multigen: Fix for Python 2.5.

The top-level `next' function was introduced in 2.6, so use `.next()'
and catch `StopIteration'.
symm/multigen