diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-20 16:19:04 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-20 16:19:04 -0400 |
| commit | 89523d4fa0de91d5959497496dd4bc0a430da333 (patch) | |
| tree | a6e45284d133bd839765ca26e937aec5308d887e /cmd2/__init__.py | |
| parent | 3254626f8d7c5a353b3f615fc80fa716006137fd (diff) | |
| download | cmd2-git-89523d4fa0de91d5959497496dd4bc0a430da333.tar.gz | |
Renamed PyscriptBridge to PyBridge
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 2b3bec5d..2653051a 100644 --- a/cmd2/__init__.py +++ b/cmd2/__init__.py @@ -15,4 +15,4 @@ 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 -from .pyscript_bridge import CommandResult +from .py_bridge import CommandResult |
