summaryrefslogtreecommitdiff
path: root/tests/pyscript/stop.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-21 00:21:28 -0400
committerGitHub <noreply@github.com>2019-07-21 00:21:28 -0400
commit73d1c34ae199415051a6209c726b099660944499 (patch)
tree31dcb1fd807e255a388e56b80dcf0279fd1899b0 /tests/pyscript/stop.py
parent578593f8a9011ad71d78cd30f231c79af570987e (diff)
parent4b91f6355795d7bd23ff46882fd7181a3a11a419 (diff)
downloadcmd2-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.py2
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