From 727abd89a87db835906fb53e0455feb75ae323d8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Feb 2010 20:42:04 +0000 Subject: Move dep_expand and cpv_expand into portage.dbapi submodules. svn path=/main/trunk/; revision=15460 --- bin/quickpkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22