diff options
Diffstat (limited to 'test/modules/runmod1.py')
-rw-r--r-- | test/modules/runmod1.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/modules/runmod1.py b/test/modules/runmod1.py deleted file mode 100644 index 671d81ef..00000000 --- a/test/modules/runmod1.py +++ /dev/null @@ -1,3 +0,0 @@ -# Used in the tests for run_python_module -import sys -print("runmod1: passed %s" % sys.argv[1]) |