diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-12 12:42:04 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-12 12:42:04 -0400 |
| commit | 9bb6b84608b6262d228c021c7115e1389eed33e3 (patch) | |
| tree | fe47cc9b863fd6ed0a76196dd4f27e51fdc3eb6f /cmd2/__init__.py | |
| parent | 98dd8cf6a5e03e33a383c64bff4ff4b1bf2804cf (diff) | |
| download | cmd2-git-9bb6b84608b6262d228c021c7115e1389eed33e3.tar.gz | |
Renamed Cmd2ArgParser to ArgParser
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 3b149601..f05e29ec 100644 --- a/cmd2/__init__.py +++ b/cmd2/__init__.py @@ -11,7 +11,7 @@ except DistributionNotFound: pass from .ansi import style -from .argparse_custom import Cmd2ArgParser, CompletionItem +from .argparse_custom import ArgParser, 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 |
