diff options
author | anselor <anselor@gmail.com> | 2018-05-19 12:13:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 12:13:08 -0400 |
commit | a38e3f26887f60a358a5e36421a52526a04637f5 (patch) | |
tree | f25af604947e3f533bb10f8fe0d892779a775166 /tests/pyscript/bar1.py | |
parent | 8125d45412cce07b1316ef19fdcbc98deeb0a57a (diff) | |
parent | 4699451df8d0b0ff87b2332ab26498e372309ec4 (diff) | |
download | cmd2-git-a38e3f26887f60a358a5e36421a52526a04637f5.tar.gz |
Merge pull request #405 from python-cmd2/pyscript
Pyscript updates
Diffstat (limited to 'tests/pyscript/bar1.py')
-rw-r--r-- | tests/pyscript/bar1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyscript/bar1.py b/tests/pyscript/bar1.py index c6276a87..521e2c29 100644 --- a/tests/pyscript/bar1.py +++ b/tests/pyscript/bar1.py @@ -1 +1,2 @@ +app.cmd_echo = True app.bar('11', '22') |