Anthony King 2cd1f0452e Use next(iterator) rather than iterator.next()
iterator.next() was replaced with iterator.__next__() in Python 3.
Use next(iterator) instead which will select the correct method for
returning the next item.

Change-Id: I6d0c89c8b32e817e5897fe87332933dacf22027b
2014-05-07 08:44:20 +01:00
..
2013-04-18 21:35:49 +05:30
2013-11-21 19:16:08 +05:30
2012-11-14 12:09:38 +09:00
2013-04-18 21:35:49 +05:30
2013-04-18 21:35:49 +05:30
2012-09-18 09:54:57 +02:00