Use dict.__iter__ instead of keys(), since it behaves identically in python
authorZac Medico <zmedico@gentoo.org>
Thu, 24 Sep 2009 20:43:14 +0000 (20:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 24 Sep 2009 20:43:14 +0000 (20:43 -0000)
commitafc3c3624c56dafdb263351715f982915d16884f
treea55823bc6a210228faf3a9ad67bbe803fe203aa9
parentc96c3af624212762c8cda3288da2d4caa40079d0
Use dict.__iter__ instead of keys(), since it behaves identically in python
2 and 3.

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