projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8907c8
)
Merged from branches/prefix r6091:6092.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 27 Feb 2007 21:32:24 +0000
(21:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 27 Feb 2007 21:32:24 +0000
(21:32 -0000)
Fix undefined whatever 'best' error by importing it from
portage.versions
svn path=/main/trunk/; revision=6098
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index 953ffdcff349f19063447697f8c506b1d472ffb2..be170fed8f55bf45d106ffff12bc3a5e90297257 100644
(file)
--- 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