summaryrefslogtreecommitdiffstats
path: root/pym/portage/output.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/output.py')
-rw-r--r--pym/portage/output.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/output.py b/pym/portage/output.py
index 482747e35..a7a500cd4 100644
--- a/pym/portage/output.py
+++ b/pym/portage/output.py
@@ -138,7 +138,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"]