summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-03-20 20:38:34 +0000
committerZac Medico <zmedico@gentoo.org>2007-03-20 20:38:34 +0000
commit026ae794ac11a76a67101ddb7f20c773f79b4709 (patch)
treea77479838cf5d621789052e0c867c62b2f0433e5 /bin
parentf5c8e02783150fe5bbc203bf900b3f66e1f7f047 (diff)
downloadportage-026ae794ac11a76a67101ddb7f20c773f79b4709.tar.gz
portage-026ae794ac11a76a67101ddb7f20c773f79b4709.tar.bz2
portage-026ae794ac11a76a67101ddb7f20c773f79b4709.zip
Fix cvstree import to avoid deprecation warning.
svn path=/main/trunk/; revision=6256
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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