Create a new AmbiguousPackageName exception to raise from
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Oct 2008 20:15:43 +0000 (20:15 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Oct 2008 20:15:43 +0000 (20:15 -0000)
commit7bb5894209190a2fa20c3899156a92a3313c884e
tree8941d188aa9e664927099b54254d8b0ce4d98f2a
parent462b4508a6914422a98e43b67e5faf630eafb4e3
Create a new AmbiguousPackageName exception to raise from
portage.cpv_expand(). It inherits from ValueError, for
backward compatibility with calling code that already
handles ValueError.

svn path=/main/trunk/; revision=11670
pym/portage/__init__.py
pym/portage/exception.py