diff options
-rw-r--r-- | pym/emergehelp.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |