projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa232f
)
Remove unused Atom.string attribute.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Jun 2008 20:36:41 +0000
(20:36 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 20 Jun 2008 20:36:41 +0000
(20:36 -0000)
svn path=/main/trunk/; revision=10748
pym/portage/dep.py
patch
|
blob
|
history
diff --git
a/pym/portage/dep.py
b/pym/portage/dep.py
index 43e34cdb7f504ee8005e31ddb34f4973c39bf6cc..23b26a3cba363ff1ebe71369f4d75bd01069d381 100644
(file)
--- a/
pym/portage/dep.py
+++ b/
pym/portage/dep.py
@@
-419,7
+419,7
@@
class Atom(object):
"__eq__", "__hash__", "__len__", "__ne__", "__repr__", "__str__")
__slots__ = ("__weakref__", "blocker", "cp", "cpv", "operator",
- "slot", "
string", "
use") + _str_methods
+ "slot", "use") + _str_methods
def __init__(self, s):
if not isvalidatom(s, allow_blockers=True):