In python-3.0, the UserDict.DictMixin class has been replaced by
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 05:43:00 +0000 (05:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 05:43:00 +0000 (05:43 -0000)
commit5d6dc5c28d9a2edfaec703d691ea7cb18fb674bd
treeb0f9bc1f552e4c496060bef2a35ca86bd21786ee
parentf2af5803ec3321fc5ee0f8fc7e44da27bc484ada
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. (trunk r12628)

svn path=/main/branches/2.1.6/; revision=12901
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/cache/mappings.py