replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the actuall...
authorBrian Dolbec <dolsen@gentoo.org>
Wed, 1 Aug 2012 03:23:14 +0000 (20:23 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Wed, 1 Aug 2012 03:24:58 +0000 (20:24 -0700)
commit58b14f6f6ee39ffbb1eb5ffdce6e04e911a22d5d
tree66c4d6dfb07c81ea55800ef77110f629554e3cce
parent391f40a6e2f3b384ebe4c07312b18829880ecc20
replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the actuall portage calls to take advantage of all 3 being lazyloaded.  The assignemt in dbapi causes all 3 to be loaded, slowing down runs that do not need all 3
pym/gentoolkit/dependencies.py
pym/gentoolkit/enalyze/analyze.py
pym/gentoolkit/enalyze/lib.py
pym/gentoolkit/enalyze/rebuild.py
pym/gentoolkit/flag.py
pym/gentoolkit/helpers.py
pym/gentoolkit/package.py
pym/gentoolkit/query.py