Use dep_expand instead of key_expand in the blocker display, since it seems
authorZac Medico <zmedico@gentoo.org>
Mon, 21 Sep 2009 13:48:15 +0000 (13:48 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 21 Sep 2009 13:48:15 +0000 (13:48 -0000)
commitff3b5059ea1b37ac27ae917441fd6f7a4e1eff8d
tree08b6027ada35ca377f9019a77642849bea6ef67a
parent24add28602df1b752804f735d3b51fa16b9cdb83
Use dep_expand instead of key_expand in the blocker display, since it seems
like a better fit. Also, use str(atom) since we don't want to assume that
Atoms are string type (though they happen to be now). This assumption is
what caused the traceback in bug 285637, comment #5.

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