diff options
author | kmvanbrunt <kmvanbrunt@gmail.com> | 2019-03-01 18:20:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 18:20:43 -0500 |
commit | de701086ff832bad0f0d97ffb10c2159d56ede7d (patch) | |
tree | a9c5dc40d5afc41f7ebec564816f0330e896b74e /tests/pyscript/custom_echo.py | |
parent | d3208c84c72bc1f3280c80b9d9854f33631c6b61 (diff) | |
parent | daf5e2ba47d8b12b9e371d843ac5942cf7eb6c9d (diff) | |
download | cmd2-git-de701086ff832bad0f0d97ffb10c2159d56ede7d.tar.gz |
Merge pull request #630 from python-cmd2/pyscript_overhaul
Pyscript overhaul
Diffstat (limited to 'tests/pyscript/custom_echo.py')
-rw-r--r-- | tests/pyscript/custom_echo.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pyscript/custom_echo.py b/tests/pyscript/custom_echo.py deleted file mode 100644 index 3a79133a..00000000 --- a/tests/pyscript/custom_echo.py +++ /dev/null @@ -1,3 +0,0 @@ -# flake8: noqa F821 -custom.cmd_echo = True -custom.echo('blah!') |