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/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/_emerge/actions.py') diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 99b2a469e..3c735aa2c 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -34,8 +34,8 @@ from portage.output import blue, bold, colorize, create_color_func, darkgreen, \ good = create_color_func("GOOD") bad = create_color_func("BAD") from portage.package.ebuild._ipc.QueryCommand import QueryCommand -from portage.sets import load_default_config, SETPREFIX -from portage.sets.base import InternalPackageSet +from portage._sets import load_default_config, SETPREFIX +from portage._sets.base import InternalPackageSet from portage.util import cmp_sort_key, writemsg, \ writemsg_level, writemsg_stdout from portage._global_updates import _global_updates -- cgit v1.2.3-1-g7c22