Implement config.has_key() on top of __contains__ instead of vice versa.
authorZac Medico <zmedico@gentoo.org>
Thu, 21 Jun 2007 20:15:10 +0000 (20:15 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 21 Jun 2007 20:15:10 +0000 (20:15 -0000)
commit6fc552f3e3e4d39a609a86b8220589382c922e0d
tree78abbd62061b6d3f937c2f1c4e703f259c1cd0ea
parent8b8fd2c44ebcde74c38ac9a04acc564cf3409909
Implement config.has_key() on top of __contains__ instead of vice versa.

svn path=/main/trunk/; revision=6916
pym/portage/__init__.py