diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-12-29 03:19:19 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-12-29 03:20:49 +0100 |
commit | 17a3e144dd0b0675bb994d082d1f50abde9e03da (patch) | |
tree | 794fe6871e42aa598db4c778333479bc5cc90407 /mp_tool/util.py | |
parent | 4e07f8306c855be768d435baac68f14a6bca547b (diff) | |
download | mp-tool-17a3e144dd0b0675bb994d082d1f50abde9e03da.tar.gz mp-tool-17a3e144dd0b0675bb994d082d1f50abde9e03da.zip |
put/get via webrepl
Diffstat (limited to 'mp_tool/util.py')
-rw-r--r-- | mp_tool/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mp_tool/util.py b/mp_tool/util.py index 7e3f610..b289124 100644 --- a/mp_tool/util.py +++ b/mp_tool/util.py @@ -1,6 +1,7 @@ import argparse import platform + class HelpAction(argparse._HelpAction): def __call__(self, parser, namespace, values, option_string=None): formatter = parser._get_formatter() |