From 7045238777ef72ef4fa0dda47e18f55f6ca5e226 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 2 Nov 2006 08:56:10 +0000 Subject: Remove broken nocolor() call, since thats handled internally by the output module anyway. svn path=/main/trunk/; revision=4909 --- pym/emergehelp.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pym/emergehelp.py') 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 -- cgit v1.2.3-1-g7c22