summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-15 11:56:32 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-15 11:56:32 +0100
commit2575a944af5839cf1bbafbdfe7f7f55478020014 (patch)
tree69d3e962e42ca99acd40b370028a7365e8a4e999 /cli.py
parent9dda4d681ecb3a769b39223ca723f98157071335 (diff)
downloadlogilab-common-2575a944af5839cf1bbafbdfe7f7f55478020014.tar.gz
2to3: fix a lot of white space after comma
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index 0d716e4..6c77bc4 100644
--- a/cli.py
+++ b/cli.py
@@ -92,8 +92,8 @@ class CLIHelper:
and provide an help system.
"""
- CMD_MAP = {'help' : _("Others"),
- 'quit' : _("Others"),
+ CMD_MAP = {'help': _("Others"),
+ 'quit': _("Others"),
}
CMD_PREFIX = ''