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
2012-11-13 17:33:56 -08:00
2013-11-21 19:16:08 +05:30
2012-11-13 17:33:56 -08:00
2013-03-05 17:30:59 +09:00
2012-04-13 09:20:10 -07:00
2014-02-17 11:20:11 +00:00
2014-02-11 18:19:04 +00:00
2014-03-31 13:08:26 -07:00
2012-11-14 12:09:38 +09:00
2013-04-18 21:35:49 +05:30
2013-05-16 09:32:18 +09:00
2013-12-10 08:27:07 +00:00
2013-05-16 09:32:18 +09:00
2012-11-13 17:33:56 -08:00
2013-04-18 21:35:49 +05:30
2012-11-13 17:33:56 -08:00
2013-10-14 15:34:32 -07:00
2012-11-13 17:33:56 -08:00
2012-09-18 09:54:57 +02:00
2013-05-08 06:37:15 +01:00
2012-11-13 17:33:56 -08:00
2014-05-07 08:44:20 +01:00
2014-02-14 16:14:32 +00:00
2014-03-04 00:51:30 +00:00
2012-11-13 17:33:56 -08:00