Replace dict.keys() usage with __iter__(), since it behaves identically in
authorZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 20:18:45 +0000 (20:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 20:18:45 +0000 (20:18 -0000)
commitf6c5620a3e093567f6b5eff414a012607a39ca5c
tree1f039ea853c69156dddbc5911231836f3f987e3f
parent38e5d658da8cd06b72e4e802f9e831a2143307d1
Replace dict.keys() usage with __iter__(), since it behaves identically in
both python 2.x and 3.x.

svn path=/main/trunk/; revision=14380
pym/_emerge/MetadataRegen.py
pym/_emerge/PollSelectAdapter.py
pym/_emerge/actions.py
pym/_emerge/unmerge.py
pym/portage/__init__.py