Remove redundant definition of catsplit() which is already imported from portage_vers...
authorZac Medico <zmedico@gentoo.org>
Thu, 20 Jul 2006 06:46:59 +0000 (06:46 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 20 Jul 2006 06:46:59 +0000 (06:46 -0000)
svn path=/main/trunk/; revision=3963

pym/portage.py

index f284263a0757704519d6ae0d00c86fa0ffc86001..134cf3b20e70a507f67acaa10eda53f45ac7282f 100644 (file)
@@ -3851,9 +3851,6 @@ def best_match_to_list(mypkg,mylist):
                        bestm  = x
        return bestm
 
-def catsplit(mydep):
-       return mydep.split("/", 1)
-
 def get_operator(mydep):
        """
        returns '~', '=', '>', '<', '=*', '>=', or '<='