projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6551389
)
Now that the "white" color code really is white, alias it to bold where it's used...
author
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Jul 2007 16:23:04 +0000
(16:23 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 7 Jul 2007 16:23:04 +0000
(16:23 -0000)
svn path=/main/trunk/; revision=7191
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index 71f8d89cd78b561518fb5c36515ccd1635c6cc46..96026cc1cb8b7aa8c58c8e25f67513ce7424ab65 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-41,6
+41,8
@@
from portage.output import blue, bold, colorize, darkblue, darkgreen, darkred, g
from portage.output import create_color_func
good = create_color_func("GOOD")
bad = create_color_func("BAD")
+# white looks bad on terminals with white background
+from portage.output import bold as white
import portage.dep
portage.dep._dep_check_strict = True