diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-18 20:05:22 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-18 20:05:22 -0400 |
commit | 6b0d357f1bf10c99397e88a6e914f53f95add6a6 (patch) | |
tree | 212996e2b24340c890ba4bdcaece402e8cf09aad /cmd2/__init__.py | |
parent | d589e0a91afb609f0401deac20c9f709ad996b25 (diff) | |
parent | 9b1852a9f99a4fa248224c18c8cd2092edbbd8d2 (diff) | |
download | cmd2-git-6b0d357f1bf10c99397e88a6e914f53f95add6a6.tar.gz |
Merge branch 'master' into sigint_protection
Diffstat (limited to 'cmd2/__init__.py')
-rw-r--r-- | cmd2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/__init__.py b/cmd2/__init__.py index f05e29ec..2b3bec5d 100644 --- a/cmd2/__init__.py +++ b/cmd2/__init__.py @@ -11,7 +11,7 @@ except DistributionNotFound: pass from .ansi import style -from .argparse_custom import ArgParser, CompletionItem +from .argparse_custom import Cmd2ArgumentParser, CompletionItem from .cmd2 import Cmd, Statement, EmptyStatement, categorize from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category from .constants import DEFAULT_SHORTCUTS |