Fix classes that implement __iter__() to copy it to their keys() method
authorZac Medico <zmedico@gentoo.org>
Thu, 19 Feb 2009 03:53:21 +0000 (03:53 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 19 Feb 2009 03:53:21 +0000 (03:53 -0000)
commitb126f39af5f6b7eb3eec5a001bcef4e5ec61068a
treecde3efeeb8f44bbcde66421b8e943dc2fa6ed4cd
parent2da3f3e0ae5149545431bf23d690f338dd82a4a5
Fix classes that implement __iter__() to copy it to their keys() method
when running under >=python-3.0.

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