Use next(iterator) instead of iterator.next() for compatibility with Python 3.
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Mon, 21 Sep 2009 18:14:01 +0000 (18:14 -0000)
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Mon, 21 Sep 2009 18:14:01 +0000 (18:14 -0000)
commit35b1511e59fceccff009fcae92fce3152bee1feb
tree9eef6112edfddb94c4df11eadceab3d28a3f5040
parentd8cd294a4cd4d984f4119d712718b62fab7c1b14
Use next(iterator) instead of iterator.next() for compatibility with Python 3.
(2to3-3.1 -f next -nw ${FILES})

svn path=/main/trunk/; revision=14355
pym/_emerge/BlockerDB.py
pym/_emerge/MetadataRegen.py
pym/_emerge/depgraph.py
pym/_emerge/unmerge.py
pym/portage/cache/mappings.py
pym/portage/dbapi/porttree.py
pym/portage/dep.py