For the Package.metadata attribute, only implement the dict interface
authorZac Medico <zmedico@gentoo.org>
Wed, 25 Jun 2008 06:38:15 +0000 (06:38 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 25 Jun 2008 06:38:15 +0000 (06:38 -0000)
commit077d96998e66a42e9def5b4bdd393f0751ecb573
tree345a4b7e9d42224773b0b863e7c6ac36a73a75ec
parentd60baefcdf7fb5b8ce95f5cbe8619a0e8d78f731
For the Package.metadata attribute, only implement the dict interface
instead of actually inheriting from dict. This slightly decreases the
memory footprint by defining __slots__ and storing items as object
attributes.

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