From: Zac Medico Date: Tue, 20 Mar 2007 20:38:34 +0000 (-0000) Subject: Fix cvstree import to avoid deprecation warning. X-Git-Tag: v2.2_pre1~1557 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=026ae794ac11a76a67101ddb7f20c773f79b4709;p=portage.git Fix cvstree import to avoid deprecation warning. svn path=/main/trunk/; revision=6256 --- diff --git a/bin/repoman b/bin/repoman index 2ed1c82e4..f2e520c6e 100755 --- a/bin/repoman +++ b/bin/repoman @@ -37,7 +37,7 @@ import portage.dep import portage.dep portage.dep._dep_check_strict = True import portage.exception -import cvstree +from portage import cvstree import time import codecs