Move FakeVartree population out of the constructor by calling the sync()
authorZac Medico <zmedico@gentoo.org>
Sun, 1 Nov 2009 22:24:23 +0000 (22:24 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 1 Nov 2009 22:24:23 +0000 (22:24 -0000)
commit5f52aad4c25dfd7c1b15af89b8d102bc40cba3dc
tree0e612d6340a92ea842f7e4f05f7b2722862e7c58
parent4c20e68c48773765e6b6fc18d42523a423d62a76
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.

svn path=/main/trunk/; revision=14773
pym/_emerge/BlockerDB.py
pym/_emerge/FakeVartree.py
pym/_emerge/depgraph.py