From ec38501b8c759d7d8cd35a5b04d075ffab05a6be Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 13 Dec 2007 07:25:20 +0000 Subject: Use the BAD color class instead of hardcoded red. svn path=/main/trunk/; revision=8904 --- pym/_emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/_emerge/__init__.py') diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 74884ab0a..a6480530a 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -6538,7 +6538,7 @@ def action_build(settings, trees, mtimedb, "with another package; the two packages cannot " + \ "be installed on the same system together. " + \ "Please use 'emerge --pretend' to determine blockers." - prefix = red(" * ") + prefix = bad(" * ") from textwrap import wrap for line in wrap(msg, 70): print prefix + line -- cgit v1.2.3-1-g7c22