summaryrefslogtreecommitdiffstats
path: root/bin/regenworld
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-30 00:16:50 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-30 00:16:50 -0700
commit25d8427b3b29cbcee97279186983dae818495f8f (patch)
tree36e05fdb10b3fc418686f59010ae4133428f7884 /bin/regenworld
parent445f0d70d3624bc108b08da6d370bf194fcfc4ac (diff)
downloadportage-25d8427b3b29cbcee97279186983dae818495f8f.tar.gz
portage-25d8427b3b29cbcee97279186983dae818495f8f.tar.bz2
portage-25d8427b3b29cbcee97279186983dae818495f8f.zip
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.
Diffstat (limited to 'bin/regenworld')
-rwxr-xr-xbin/regenworld2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/regenworld b/bin/regenworld
index c3e7f4470..292eac1ac 100755
--- a/bin/regenworld
+++ b/bin/regenworld
@@ -13,7 +13,7 @@ except ImportError:
import portage
from portage import os
-from portage.sets.files import StaticFileSet, WorldSelectedSet
+from portage._sets.files import StaticFileSet, WorldSelectedSet
import re
import tempfile