summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-25 20:42:04 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-25 20:42:04 +0000
commit727abd89a87db835906fb53e0455feb75ae323d8 (patch)
tree248a3ad8ae7d0123c1e5a3d103e91faa9c70395b /bin/quickpkg
parent9eb73c4553cb066ed210ab0ffec53028e25b6b09 (diff)
downloadportage-727abd89a87db835906fb53e0455feb75ae323d8.tar.gz
portage-727abd89a87db835906fb53e0455feb75ae323d8.tar.bz2
portage-727abd89a87db835906fb53e0455feb75ae323d8.zip
Move dep_expand and cpv_expand into portage.dbapi submodules.
svn path=/main/trunk/; revision=15460
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