Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), convert...
authorZac Medico <zmedico@gentoo.org>
Fri, 1 Jun 2007 19:25:18 +0000 (19:25 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 1 Jun 2007 19:25:18 +0000 (19:25 -0000)
commitb33f8193db96ed4a6267f56fafa8f681d99771b8
tree3e8ea2b3328d248d4194a2c623f822c9fb4b8b8c
parent309c4295f0d08454717deb6367cb4aa278fefed3
Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), convert the KeyError to an InvalidDependString exception since callers already handle it. (trunk r6708)

svn path=/main/branches/2.1.2/; revision=6715
pym/portage.py