From 360c2740b9efa31775444795ffaf826e55dd34e1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 10 Feb 2007 20:43:43 +0000 Subject: fix broken imports svn path=/main/trunk/; revision=5944 --- pym/portage/dbapi/porttree.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pym') 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 -- cgit v1.2.3-1-g7c22