From: Zac Medico Date: Sat, 12 Sep 2009 23:21:32 +0000 (-0000) Subject: Fix docs for isjustname() since it doesn't raise InvalidAtom now. X-Git-Tag: v2.2_rc41~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=38f070727088b00a07fbcebebc2301d5062034d7;p=portage.git Fix docs for isjustname() since it doesn't raise InvalidAtom now. svn path=/main/trunk/; revision=14240 --- diff --git a/pym/portage/dep.py b/pym/portage/dep.py index f2c11b239..c653e0569 100644 --- a/pym/portage/dep.py +++ b/pym/portage/dep.py @@ -919,7 +919,6 @@ def isvalidatom(atom, allow_blockers=False): def isjustname(mypkg): """ Checks to see if the atom is only the package name (no version parts). - Raises InvalidAtom if the input is invalid. Example usage: >>> isjustname('=media-libs/test-3.0')