projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d3d5e
)
Fix docs for isjustname() since it doesn't raise InvalidAtom now.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Sep 2009 23:21:32 +0000
(23:21 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 12 Sep 2009 23:21:32 +0000
(23:21 -0000)
svn path=/main/trunk/; revision=14240
pym/portage/dep.py
patch
|
blob
|
history
diff --git
a/pym/portage/dep.py
b/pym/portage/dep.py
index f2c11b23937b27e0defa64b99076bc40e5c13cca..c653e05698eb11eb892e8e4203b1209ed04672ca 100644
(file)
--- 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')