diff options
Diffstat (limited to 'tests/pyscript/custom_echo.py')
-rw-r--r-- | tests/pyscript/custom_echo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyscript/custom_echo.py b/tests/pyscript/custom_echo.py index 82a0f5e5..14040e4c 100644 --- a/tests/pyscript/custom_echo.py +++ b/tests/pyscript/custom_echo.py @@ -1 +1,2 @@ +custom.cmd_echo = True custom.echo('blah!') |