From a0756c8a37acc5f43269f0a0ddec1045682cd7cb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Jul 2006 06:46:59 +0000 Subject: Remove redundant definition of catsplit() which is already imported from portage_versions. Thanks to ChrisWhite for reporting. svn path=/main/trunk/; revision=3963 --- pym/portage.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pym/portage.py b/pym/portage.py index f284263a0..134cf3b20 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -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 '<=' -- cgit v1.2.3-1-g7c22