diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-20 20:36:33 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-20 20:36:33 -0700 |
commit | f0c3cbffa35dfe26b8ac54ea1450ed50ba787c9a (patch) | |
tree | 03b0e85aaaccc0706caf5658446dda0a5a13cd9f /tests/pyscript/recursive.py | |
parent | 1e57b0c451de23338378f44088118648848cc82c (diff) | |
parent | 22de85832e877b5b360eeacd4b71e00f69bf00e1 (diff) | |
download | cmd2-git-f0c3cbffa35dfe26b8ac54ea1450ed50ba787c9a.tar.gz |
Merge branch 'master' into api_docs
# Conflicts:
# CHANGELOG.md
# cmd2/__init__.py
# cmd2/decorators.py
# docs/api/utility_functions.rst
Diffstat (limited to 'tests/pyscript/recursive.py')
-rw-r--r-- | tests/pyscript/recursive.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyscript/recursive.py b/tests/pyscript/recursive.py index 21550592..7f02bb78 100644 --- a/tests/pyscript/recursive.py +++ b/tests/pyscript/recursive.py @@ -5,6 +5,7 @@ Example demonstrating that calling run_pyscript recursively inside another Python script isn't allowed """ import os +import sys app.cmd_echo = True my_dir = (os.path.dirname(os.path.realpath(sys.argv[0]))) |