Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), convert...
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Jun 2007 15:51:36 +0000 (15:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Jun 2007 15:51:36 +0000 (15:51 -0000)
commit2f2acc41ca47529dc58d69573988113a0ff2d912
tree29f8e5afb98b9ed7c1ac8e19efb951c5a5e213d0
parente29a91aad89df64d18b5631035e7cf6e8198939c
Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), convert the KeyError to an InvalidDependString exception since callers already handle it.

svn path=/main/trunk/; revision=6708
pym/portage/dbapi/porttree.py