Replace dict.keys() usage with __iter__(), since it behaves identically in
authorZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 21:26:20 +0000 (21:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 21:26:20 +0000 (21:26 -0000)
commit74d1ad697e82601bf8aa44b0d24121017071e655
tree53fa1c90c9599691ed6aec0bf231e72833b07b4a
parentccd74312f34433350a3d5b7e05fd3f154ca1b582
Replace dict.keys() usage with __iter__(), since it behaves identically in
both python 2.x and 3.x.

svn path=/main/trunk/; revision=14384
pym/portage/checksum.py
pym/portage/dbapi/bintree.py
pym/portage/dbapi/porttree.py
pym/portage/dbapi/vartree.py
pym/portage/dbapi/virtual.py
pym/portage/elog/__init__.py
pym/portage/elog/mod_mail.py