* Remove PORTAGE_LEGACY_GLOBALS hack for portage import since late
authorZac Medico <zmedico@gentoo.org>
Thu, 26 Jun 2008 19:28:29 +0000 (19:28 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 26 Jun 2008 19:28:29 +0000 (19:28 -0000)
commit4bca0b8c3a43d8afbf3ba52f10abac412b97c511
tree48cbb1218aed95e6cd458ef0b5b3e35c44a9489f
parentc2a58b0fb90f111b4362cfc2b80df044ecc7bba3
* Remove PORTAGE_LEGACY_GLOBALS hack for portage import since late
  initialization of portage.settings (via ObjectProxy) allows us
  to rely on being able to access the portage.exception namespace
  before portage.settings is initialized.

* Use portage.settings["ROOT"] instead of portage.root to avoid
  potential ObjectProxy compatibility issues.

svn path=/main/trunk/; revision=10804
bin/portageq