summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 21:00:53 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 21:00:53 +0000
commitfeabf4876b001d1880aa9d208661061ee09d8195 (patch)
treeec95cfd95a0750b4ffa90ae69798bfc74dd7d999 /bin/quickpkg
parent3085abf2c2feb1c779cab34445be607aa854a4e1 (diff)
downloadportage-feabf4876b001d1880aa9d208661061ee09d8195.tar.gz
portage-feabf4876b001d1880aa9d208661061ee09d8195.tar.bz2
portage-feabf4876b001d1880aa9d208661061ee09d8195.zip
Move dep_expand and cpv_expand into portage.dbapi submodules. (trunk r15460)
svn path=/main/branches/2.1.7/; revision=15669
Diffstat (limited to 'bin/quickpkg')
-rwxr-xr-xbin/quickpkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg
index 383fe20fb..5d75956cb 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -19,7 +19,8 @@ except ImportError:
from portage import os
def quickpkg_main(options, args, eout):
- from portage import catsplit, dep_expand, flatten, isvalidatom, xpak
+ from portage import catsplit, flatten, isvalidatom, xpak
+ from portage.dbapi.dep_expand import dep_expand
from portage.dep import use_reduce, paren_reduce
from portage.util import ConfigProtect, ensure_dirs
from portage.exception import InvalidAtom, InvalidData, InvalidDependString