projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07eda8b
)
Remove broken nocolor() call, since thats handled internally by the output module...
author
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Nov 2006 08:56:10 +0000
(08:56 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Nov 2006 08:56:10 +0000
(08:56 -0000)
svn path=/main/trunk/; revision=4909
pym/emergehelp.py
patch
|
blob
|
history
diff --git
a/pym/emergehelp.py
b/pym/emergehelp.py
index 27db39733c6b011c12e5b7072e57e24849b91bc4..e9949dd2ae983111602bab9e328ac76360ac7ff0 100644
(file)
--- a/
pym/emergehelp.py
+++ b/
pym/emergehelp.py
@@
-23,8
+23,6
@@
def shorthelp():
print
def help(myaction,myopts,havecolor=1):
- if not havecolor:
- nocolor()
if not myaction and ("--help" not in myopts):
shorthelp()
print