Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.
authorZac Medico <zmedico@gentoo.org>
Tue, 1 Jul 2008 12:48:57 +0000 (12:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 1 Jul 2008 12:48:57 +0000 (12:48 -0000)
commit5495f72f0c8202728636eb9bdac74ce5009b0d5a
treef8b6663bcfc5b213b4df9e73a3d1b5928dfa96c4
parentff5c09fb29db5910308628aa06d2ffe368c7264a
Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.
Replace dict.has_key() calls with "in" and "not in" operators.

svn path=/main/trunk/; revision=10872
pym/portage/dbapi/__init__.py
pym/portage/dbapi/bintree.py
pym/portage/dbapi/vartree.py
pym/portage/dbapi/virtual.py