Replace dict.keys() usage with __iter__(), since it behaves identically in
authorZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 20:43:34 +0000 (20:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 22 Sep 2009 20:43:34 +0000 (20:43 -0000)
commit151192525a264e4bfdf92aee215045a5aaecab33
treeafbf8cfd77355861c1a93a688dfef1d0d71d16f2
parenta60d0c7d4b7807bca6c18c11608fe42c6ca6c488
Replace dict.keys() usage with __iter__(), since it behaves identically in
both python 2.x and 3.x.

svn path=/main/trunk/; revision=14382
pym/portage/cache/mappings.py
pym/portage/cache/template.py