Make LazyItemsDict derive from UserDict instead of dict so that we don't have
authorZac Medico <zmedico@gentoo.org>
Sat, 4 Jul 2009 06:23:56 +0000 (06:23 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 4 Jul 2009 06:23:56 +0000 (06:23 -0000)
commita1767d4ca4c0372dff01f1f695bb97121211aa59
tree1b6a14b24c857a52ca9f009d0a6af9ace6fc3d99
parent5f32c4bf10301d154aa35aaf5653afeadcd520d6
Make LazyItemsDict derive from UserDict instead of dict so that we don't have
to implement the pop method (and possibly others such as setdefault).

svn path=/main/trunk/; revision=13773
pym/portage/util.py