summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-22 20:46:49 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-22 20:46:49 +0000
commit2355c7f9a4292abd795dce5f7bbbfa4a0e88ea4d (patch)
treeb5959df966e014858d9b004fed1505ea422809bc
parenta09487b757099ab74b38390c2be19b6e6bd3d965 (diff)
downloadportage-2355c7f9a4292abd795dce5f7bbbfa4a0e88ea4d.tar.gz
portage-2355c7f9a4292abd795dce5f7bbbfa4a0e88ea4d.tar.bz2
portage-2355c7f9a4292abd795dce5f7bbbfa4a0e88ea4d.zip
Fix missing red import.
svn path=/main/trunk/; revision=6583
-rw-r--r--pym/portage/dbapi/bintree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index 030f03163..ded6098c1 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -515,7 +515,7 @@ class binarytree(object):
f.close()
if getbinpkgs and not self.settings["PORTAGE_BINHOST"]:
- writemsg(red("!!! PORTAGE_BINHOST unset, but use is requested.\n"),
+ writemsg("!!! PORTAGE_BINHOST unset, but use is requested.\n",
noiselevel=-1)
if getbinpkgs and \