Use the existing RootConfig class to serve as a replacement for
authorZac Medico <zmedico@gentoo.org>
Mon, 19 Nov 2007 06:00:24 +0000 (06:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 19 Nov 2007 06:00:24 +0000 (06:00 -0000)
commitb33d273f98fab390c678f309caed93b0466efc31
treedc1a047d5e9119eca1917bc4152a06fcaf008a25
parent7fa6df01d53bba3c05d6c6f12eca652c0f954edc
Use the existing RootConfig class to serve as a replacement for
the EmergeConfig class. They both served roughly the same purpose
and it was messy the way that EmergeConfig inherited from the
portage.config class. It's better to avoid inheritance here,
expecially since it doesn't provide anything really useful.

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