From 2355c7f9a4292abd795dce5f7bbbfa4a0e88ea4d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 22 May 2007 20:46:49 +0000 Subject: Fix missing red import. svn path=/main/trunk/; revision=6583 --- pym/portage/dbapi/bintree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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 \ -- cgit v1.2.3-1-g7c22