Factor vdb loading code out of the depgraph constructor, since this procedure
authorZac Medico <zmedico@gentoo.org>
Fri, 23 Oct 2009 06:32:38 +0000 (06:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 23 Oct 2009 06:32:38 +0000 (06:32 -0000)
commit130263564d73184abf961155fa738f7cc42b09f4
tree3a61a7a811210199dd2929c2f534dbd9498f9b7c
parentdb85f2b81ef607357fe2eaa8719192a2edd62e77
Factor vdb loading code out of the depgraph constructor, since this procedure
is slow and it generates spinner output, which isn't very nice behavior for
a constructor. Now it's called on-demand by various methods when necessary.

svn path=/main/trunk/; revision=14705
pym/_emerge/depgraph.py