diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-07-21 00:21:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 00:21:28 -0400 |
commit | 73d1c34ae199415051a6209c726b099660944499 (patch) | |
tree | 31dcb1fd807e255a388e56b80dcf0279fd1899b0 /tests/pyscript/stop.py | |
parent | 578593f8a9011ad71d78cd30f231c79af570987e (diff) | |
parent | 4b91f6355795d7bd23ff46882fd7181a3a11a419 (diff) | |
download | cmd2-git-73d1c34ae199415051a6209c726b099660944499.tar.gz |
Merge pull request #737 from python-cmd2/renames
Changes made while preparing for PyOhio presentation
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 |