summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-20 16:19:04 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-20 16:19:04 -0400
commit89523d4fa0de91d5959497496dd4bc0a430da333 (patch)
treea6e45284d133bd839765ca26e937aec5308d887e /tests
parent3254626f8d7c5a353b3f615fc80fa716006137fd (diff)
downloadcmd2-git-89523d4fa0de91d5959497496dd4bc0a430da333.tar.gz
Renamed PyscriptBridge to PyBridge
Diffstat (limited to 'tests')
-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