From 25d8427b3b29cbcee97279186983dae818495f8f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Aug 2010 00:16:50 -0700 Subject: Rename the portage.sets module to portage._sets since it will be useful in the upcoming 2.1.9 branch which will not have sets support but will still have the code in private and disabled form. --- pym/_emerge/SetArg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/SetArg.py') diff --git a/pym/_emerge/SetArg.py b/pym/_emerge/SetArg.py index e43ad5812..2941695a8 100644 --- a/pym/_emerge/SetArg.py +++ b/pym/_emerge/SetArg.py @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 from _emerge.DependencyArg import DependencyArg -from portage.sets import SETPREFIX +from portage._sets import SETPREFIX class SetArg(DependencyArg): def __init__(self, set=None, **kwargs): DependencyArg.__init__(self, **kwargs) -- cgit v1.2.3-1-g7c22