From: Zac Medico Date: Thu, 20 Jul 2006 06:46:59 +0000 (-0000) Subject: Remove redundant definition of catsplit() which is already imported from portage_vers... X-Git-Tag: v2.1.1~178 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a0756c8a37acc5f43269f0a0ddec1045682cd7cb;p=portage.git Remove redundant definition of catsplit() which is already imported from portage_versions. Thanks to ChrisWhite for reporting. svn path=/main/trunk/; revision=3963 --- 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 '<='