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. --- bin/quickpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/quickpkg') diff --git a/bin/quickpkg b/bin/quickpkg index 042e98cc2..3e971f5d7 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -26,7 +26,7 @@ from portage.exception import InvalidAtom, InvalidData, InvalidDependString, Pac from portage.util import ConfigProtect, ensure_dirs, shlex_split from portage.dbapi.vartree import dblink, tar_contents from portage.checksum import perform_md5 -from portage.sets import load_default_config, SETPREFIX +from portage._sets import load_default_config, SETPREFIX def quickpkg_atom(options, infos, arg, eout): settings = portage.settings -- cgit v1.2.3-1-g7c22