From 89523d4fa0de91d5959497496dd4bc0a430da333 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 20 Jul 2019 16:19:04 -0400 Subject: Renamed PyscriptBridge to PyBridge --- tests/pyscript/stop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pyscript/stop.py') 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 -- cgit v1.2.1