Refactor the way that depgraph.altlist(), _complete_graph(), and
authorZac Medico <zmedico@gentoo.org>
Fri, 25 Apr 2008 22:26:23 +0000 (22:26 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 25 Apr 2008 22:26:23 +0000 (22:26 -0000)
commit855405ce4e721b0c90223da19b80ed9059f93734
tree36a36daacecbcf517a889ac738f750e005713348
parentd8ce69901e267bdbe2afe59fdcef420df46f25ae
Refactor the way that depgraph.altlist(), _complete_graph(), and
validate_blockers() interact with eachother. This simplifies things
by eliminating the need for recursive calls to validate_blockers().

svn path=/main/trunk/; revision=9977
pym/_emerge/__init__.py