From 1edd8893cf52d521bbe31b05e7752c27039a6af1 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 27 Feb 2007 21:32:24 +0000 Subject: Merged from branches/prefix r6091:6092. Fix undefined whatever 'best' error by importing it from portage.versions svn path=/main/trunk/; revision=6098 --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 953ffdcff..be170fed8 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -10,7 +10,7 @@ from portage.exception import OperationNotPermitted, PortageException, \ from portage.manifest import Manifest from portage.output import red from portage.util import ensure_dirs, writemsg, apply_recursive_permissions -from portage.versions import pkgsplit, catpkgsplit +from portage.versions import pkgsplit, catpkgsplit, best import portage.gpg, portage.checksum -- cgit v1.2.3-1-g7c22