From: Zac Medico Date: Sat, 10 Feb 2007 20:43:43 +0000 (-0000) Subject: fix broken imports X-Git-Tag: v2.2_pre1~1722 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=360c2740b9efa31775444795ffaf826e55dd34e1;p=portage.git fix broken imports svn path=/main/trunk/; revision=5944 --- diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index edb5271d8..4c6d7cbab 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -3,7 +3,9 @@ from portage.data import portage_gid from portage.util import ensure_dirs, writemsg from portage.exception import OperationNotPermitted, PortageException, \ UntrustedSignature, SecurityViolation, InvalidSignature, MissingSignature, \ - FileNotFound, CacheError + FileNotFound +from portage.cache.cache_errors import CacheError +from portage import config, REPO_NAME_LOC, secpass from portage.output import red from portage.manifest import Manifest from portage.dep import use_reduce, paren_reduce, dep_getslot