In python-3.0, the UserDict.DictMixin class has been replaced by
authorZac Medico <zmedico@gentoo.org>
Thu, 19 Feb 2009 02:52:36 +0000 (02:52 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 19 Feb 2009 02:52:36 +0000 (02:52 -0000)
commitf522aabc3ddc4a55513c75a39d0b11378ba8f41b
treecbbe2a9b592029a6e62931cd0b367777acbaa4a3
parent0903870129174bb57c0ba33959373eb82f261054
In python-3.0, the UserDict.DictMixin class has been replaced by
Mapping and MutableMapping from the collections module, but 2to3
doesn't currently account for this change:

http://bugs.python.org/issue2876

As a workaround for the above issue, implement Mapping and
MutableMapping classes as substitutes for UserDict.DictMixin so
that code converted via 2to3 will run.

svn path=/main/trunk/; revision=12628
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/cache/mappings.py