summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-11-02 08:56:10 +0000
committerZac Medico <zmedico@gentoo.org>2006-11-02 08:56:10 +0000
commit7045238777ef72ef4fa0dda47e18f55f6ca5e226 (patch)
tree84efbc4e2a79f9f372b2ed00c8fc804941508abe /pym/emergehelp.py
parentAdd --color < y | n > help output for bug #42115. (diff)
downloadportage-multirepo-7045238777ef72ef4fa0dda47e18f55f6ca5e226.tar.gz
portage-multirepo-7045238777ef72ef4fa0dda47e18f55f6ca5e226.tar.bz2
portage-multirepo-7045238777ef72ef4fa0dda47e18f55f6ca5e226.zip
Remove broken nocolor() call, since thats handled internally by the output module anyway.
svn path=/main/trunk/; revision=4909
Diffstat (limited to 'pym/emergehelp.py')
-rw-r--r--pym/emergehelp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py
index 27db3973..e9949dd2 100644
--- 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