Move FakeVartree population out of the constructor by calling the sync()
authorZac Medico <zmedico@gentoo.org>
Sat, 7 Nov 2009 01:09:49 +0000 (01:09 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 Nov 2009 01:09:49 +0000 (01:09 -0000)
commit964a5a7c2b9f07c7a54a25a8652f8fcedeab4136
tree32d9ef1ecd78ab6bdb7e6a5deeefe362dfa8d51f
parent55a635af1605c9eef7bd1e2eafce8887a56eeaec
Move FakeVartree population out of the constructor by calling the sync()
method explicitly. This allows the depgraph constructor avoid populating
the FakeVartree, and delay it until depgraph._load_vdb() is called.
(trunk r14773)

svn path=/main/branches/2.1.7/; revision=14786
pym/_emerge/BlockerDB.py
pym/_emerge/FakeVartree.py
pym/_emerge/depgraph.py