summaryrefslogtreecommitdiff
path: root/tests/scripts/recursive.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-24 13:58:42 -0400
committerGitHub <noreply@github.com>2019-07-24 13:58:42 -0400
commitb823665299593fa2f12a5f1a86af11dbb6b7bc4b (patch)
treeb59fc95248a707e0c3ef69874cfccf24c9c5b392 /tests/scripts/recursive.py
parent346589e7e81adcd2aff883776249778d57eb4faf (diff)
parent29eeef6829fc7fc4a7e706d90871e8c347de773a (diff)
downloadcmd2-git-b823665299593fa2f12a5f1a86af11dbb6b7bc4b.tar.gz
Merge pull request #739 from python-cmd2/presentation_stuff
Presentation stuff
Diffstat (limited to 'tests/scripts/recursive.py')
-rw-r--r--tests/scripts/recursive.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/scripts/recursive.py b/tests/scripts/recursive.py
deleted file mode 100644
index 7d37e540..00000000
--- a/tests/scripts/recursive.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python
-# coding=utf-8
-# flake8: noqa F821
-"""
-Example demonstrating that running a Python script recursively inside another Python script isn't allowed
-"""
-app.cmd_echo = True
-app('run_pyscript ../script.py')