Exclude 'backupenv' from config.configlist and lookuplist since it doesn't
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 04:35:53 +0000 (04:35 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 04:35:53 +0000 (04:35 -0000)
commit49356fc479c7aace633d8ab7b5f43d5f6bdf7c1a
tree846f06023effdba26d384a60f1b128e5f4e8b8f0
parent83cad847225ca1fc8e114fbd443e36dcdea5411f
Exclude 'backupenv' from config.configlist and lookuplist since it doesn't
make size to have it in there when configdict['env'] already serves that
purpose. This allows values to be temporarily removed from configdict['env']
and have them not appear in the environment until reset() is called to restore
those values from the backupenv.

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