diff options
Diffstat (limited to 'test/modules/pkg1/sub')
| -rw-r--r-- | test/modules/pkg1/sub/__init__.py | 0 | ||||
| -rw-r--r-- | test/modules/pkg1/sub/__main__.py | 3 | ||||
| -rw-r--r-- | test/modules/pkg1/sub/ps1a.py | 3 | ||||
| -rw-r--r-- | test/modules/pkg1/sub/runmod3.py | 3 |
4 files changed, 0 insertions, 9 deletions
diff --git a/test/modules/pkg1/sub/__init__.py b/test/modules/pkg1/sub/__init__.py deleted file mode 100644 index e69de29b..00000000 --- a/test/modules/pkg1/sub/__init__.py +++ /dev/null diff --git a/test/modules/pkg1/sub/__main__.py b/test/modules/pkg1/sub/__main__.py deleted file mode 100644 index b5be9f1c..00000000 --- a/test/modules/pkg1/sub/__main__.py +++ /dev/null @@ -1,3 +0,0 @@ -# Used in the tests for run_python_module -import sys -print("pkg1.sub.__main__: passed %s" % sys.argv[1]) diff --git a/test/modules/pkg1/sub/ps1a.py b/test/modules/pkg1/sub/ps1a.py deleted file mode 100644 index 4b6a15cc..00000000 --- a/test/modules/pkg1/sub/ps1a.py +++ /dev/null @@ -1,3 +0,0 @@ -d = 1 -e = 2 -f = 3 diff --git a/test/modules/pkg1/sub/runmod3.py b/test/modules/pkg1/sub/runmod3.py deleted file mode 100644 index 3a1ad155..00000000 --- a/test/modules/pkg1/sub/runmod3.py +++ /dev/null @@ -1,3 +0,0 @@ -# Used in the tests for run_python_module -import sys -print("runmod3: passed %s" % sys.argv[1]) |
