Factor vdb loading code out of the depgraph constructor, since this procedure
authorZac Medico <zmedico@gentoo.org>
Sat, 24 Oct 2009 07:05:13 +0000 (07:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 24 Oct 2009 07:05:13 +0000 (07:05 -0000)
commit484f6eeb8b35125bf610ba54f60bee444ff76419
tree940f12bf92b3f67120840f9953d0ce12547e1f23
parent88d7b58a8379676ffafb0c13d69c08696ab68177
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.
(trunk r14705)

svn path=/main/branches/2.1.7/; revision=14714
pym/_emerge/depgraph.py