From: Zac Medico Date: Thu, 2 Nov 2006 08:56:10 +0000 (-0000) Subject: Remove broken nocolor() call, since thats handled internally by the output module... X-Git-Tag: v2.1.2~516 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7045238777ef72ef4fa0dda47e18f55f6ca5e226;p=portage.git Remove broken nocolor() call, since thats handled internally by the output module anyway. svn path=/main/trunk/; revision=4909 --- diff --git a/pym/emergehelp.py b/pym/emergehelp.py index 27db39733..e9949dd2a 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