Replace dict.keys() usage with __iter__(), since it behaves identically in
authorZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 21:37:53 +0000 (21:37 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 21:37:53 +0000 (21:37 -0000)
commite0acff3dfd020c99538a58e799ccfdc0f9e957a3
tree0282a9543c4efe9e08a0230b8a7b87fc52b15014
parent74d1ad697e82601bf8aa44b0d24121017071e655
Replace dict.keys() usage with __iter__(), since it behaves identically in
both python 2.x and 3.x.

svn path=/main/trunk/; revision=14385
pym/portage/getbinpkg.py
pym/portage/glsa.py
pym/portage/manifest.py
pym/portage/sets/base.py
pym/portage/sets/dbapi.py
pym/portage/sets/files.py
pym/portage/util.py