Fix missing red import.
authorZac Medico <zmedico@gentoo.org>
Tue, 22 May 2007 20:46:49 +0000 (20:46 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 22 May 2007 20:46:49 +0000 (20:46 -0000)
svn path=/main/trunk/; revision=6583

pym/portage/dbapi/bintree.py

index 030f03163bd77a436ac679cb7f0ca610d7ff9734..ded6098c1d18287cc779a3886f966dd7364c184c 100644 (file)
@@ -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 \