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 /tests/pyscript/stop.py | |
parent | 3254626f8d7c5a353b3f615fc80fa716006137fd (diff) | |
download | cmd2-git-89523d4fa0de91d5959497496dd4bc0a430da333.tar.gz |
Renamed PyscriptBridge to PyBridge
Diffstat (limited to 'tests/pyscript/stop.py')
-rw-r--r-- | tests/pyscript/stop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pyscript/stop.py b/tests/pyscript/stop.py index e731218e..1578b057 100644 --- a/tests/pyscript/stop.py +++ b/tests/pyscript/stop.py @@ -2,7 +2,7 @@ app.cmd_echo = True app('help') -# This will set stop to True in the PyscriptBridge +# This will set stop to True in the PyBridge app('quit') # Exercise py_quit() in unit test |