From 6b96ba70a98478b00a6f50337970a6c3136d665f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 28 Jul 2008 01:05:28 +0000 Subject: Bug #233137 - Implement Atom.split(). svn path=/main/trunk/; revision=11228 --- pym/portage/dep.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/portage/dep.py b/pym/portage/dep.py index c2f506d4b..737c009a9 100644 --- a/pym/portage/dep.py +++ b/pym/portage/dep.py @@ -416,7 +416,8 @@ class Atom(object): _atoms = weakref.WeakValueDictionary() _str_methods = ("endswith", "find", "index", "lstrip", "replace", - "startswith", "strip", "rindex", "rfind", "rstrip", "__getitem__", + "startswith", "split", "strip", + "rindex", "rfind", "rstrip", "__getitem__", "__eq__", "__hash__", "__len__", "__ne__", "__repr__", "__str__") __slots__ = ("__weakref__", "blocker", "cp", "cpv", "operator", -- cgit v1.2.3-1-g7c22