From 4a3c5a02e144a72e26103d02ce38163ba765e796 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Thu, 28 Feb 2019 00:27:12 -0500 Subject: Removed ability to call commands as if they were functions in pyscript (e.g. app.help()) --- tests/pyscript/pyscript_dir1.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/pyscript/pyscript_dir1.py (limited to 'tests/pyscript/pyscript_dir1.py') diff --git a/tests/pyscript/pyscript_dir1.py b/tests/pyscript/pyscript_dir1.py deleted file mode 100644 index 81814d70..00000000 --- a/tests/pyscript/pyscript_dir1.py +++ /dev/null @@ -1,4 +0,0 @@ -# flake8: noqa F821 -out = dir(app) -out.sort() -print(out) -- cgit v1.2.1