diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-18 21:05:10 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-18 21:05:10 -0500 |
| commit | f7441431697e4ba94202a1484721ae8acf3a4ab7 (patch) | |
| tree | 234c893f8cb90138d86b668ba12d0bf448de4b52 /cmd2/__init__.py | |
| parent | 970c5fc42c69c1c03640c979df341e85e3c38848 (diff) | |
| download | cmd2-git-f7441431697e4ba94202a1484721ae8acf3a4ab7.tar.gz | |
Moved custom cmd2 exceptions to a separate file and removed them from public API
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 73d70821..63e27812 100644 --- a/cmd2/__init__.py +++ b/cmd2/__init__.py @@ -22,7 +22,7 @@ if cmd2_parser_module is not None: # Get the current value for argparse_custom.DEFAULT_ARGUMENT_PARSER from .argparse_custom import DEFAULT_ARGUMENT_PARSER -from .cmd2 import Cmd, EmptyStatement +from .cmd2 import Cmd from .constants import COMMAND_NAME, DEFAULT_SHORTCUTS from .decorators import categorize, with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category from .parsing import Statement |
