Fix classes that implement __iter__() to copy it to their keys() method
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 05:45:49 +0000 (05:45 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 05:45:49 +0000 (05:45 -0000)
commitfc2e5227451c6a4838bc26e85792c9e247627d69
tree3cf06e7bd15f5de1f7a1d426c426411238ea4604
parent029a8562fa608b4a42f01c924f7c20ce0f8c2924
Fix classes that implement __iter__() to copy it to their keys() method
when running under >=python-3.0. (trunk r12632)

svn path=/main/branches/2.1.6/; revision=12905
pym/portage/cache/mappings.py
pym/portage/cache/sql_template.py