summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/profiles.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-09-07 11:51:13 +0000
committerMarius Mauch <genone@gentoo.org>2007-09-07 11:51:13 +0000
commit4191f68053993645c19fc92dc7cdb8662dd4e4a0 (patch)
tree1581973f4e2a17b94826905b726a5fc40182b023 /pym/portage/sets/profiles.py
parent438c4df69ba7ed11b27c8468d959e5ceeb8d70d9 (diff)
downloadportage-4191f68053993645c19fc92dc7cdb8662dd4e4a0.tar.gz
portage-4191f68053993645c19fc92dc7cdb8662dd4e4a0.tar.bz2
portage-4191f68053993645c19fc92dc7cdb8662dd4e4a0.zip
Undo some unwanted changes
svn path=/main/trunk/; revision=7756
Diffstat (limited to 'pym/portage/sets/profiles.py')
-rw-r--r--pym/portage/sets/profiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/sets/profiles.py b/pym/portage/sets/profiles.py
index 4e369e5e2..a1be8e47f 100644
--- a/pym/portage/sets/profiles.py
+++ b/pym/portage/sets/profiles.py
@@ -4,7 +4,7 @@
import os
from portage.util import grabfile_package, stack_lists
-from portage.sets.dbapi import PackageSet
+from portage.sets import PackageSet
class PackagesSystemSet(PackageSet):
_operations = ["merge"]