From e0cc9415a669e965aa95a0dab02e37dfa07f4bb4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 17 Jun 2008 20:09:02 +0000 Subject: Remove the rest of eblank. svn path=/main/branches/2.1.2/; revision=10702 --- pym/output.py | 1 - pym/portage.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/output.py b/pym/output.py index d52c6cc55..ff2944bc2 100644 --- a/pym/output.py +++ b/pym/output.py @@ -132,7 +132,6 @@ codes["bg_darkyellow"] = codes["bg_brown"] # Colors from /etc/init.d/functions.sh codes["NORMAL"] = esc_seq + "0m" -codes["BLANK"] = codes["lightgray"] codes["GOOD"] = codes["green"] codes["WARN"] = codes["yellow"] codes["BAD"] = codes["red"] diff --git a/pym/portage.py b/pym/portage.py index fe0ceb904..77ce475bd 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -4462,7 +4462,7 @@ def doebuild_environment(myebuild, mydo, myroot, mysettings, debug, use_cache, m # Allow color.map to control colors associated with einfo, ewarn, etc... mycolors = [] - for c in ("BLANK", "GOOD", "WARN", "BAD", "HILITE", "BRACKET"): + for c in ("GOOD", "WARN", "BAD", "HILITE", "BRACKET"): mycolors.append("%s=$'%s'" % (c, output.codes[c])) mysettings["PORTAGE_COLORMAP"] = "\n".join(mycolors) -- cgit v1.2.3-1-g7c22