Python 3 scraps the iter(...).next() method, so use next(iter(...)).
authorW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 12:48:00 +0000 (08:48 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 21 Jul 2012 12:54:44 +0000 (08:54 -0400)
commit9c9a7bfcb2e4e77ed744e427505ad84f26a3ec98
treec6f52b30982a09f490c954393c0014a4a8d2273c
parent446da7b2ef8055eca5a0dadc532579d42b25e4b7
Python 3 scraps the iter(...).next() method, so use next(iter(...)).
igor/struct.py