summaryrefslogtreecommitdiff
path: root/test/modules/pkg2
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/pkg2')
-rw-r--r--test/modules/pkg2/__init__.py2
-rw-r--r--test/modules/pkg2/p2a.py3
-rw-r--r--test/modules/pkg2/p2b.py3
3 files changed, 0 insertions, 8 deletions
diff --git a/test/modules/pkg2/__init__.py b/test/modules/pkg2/__init__.py
deleted file mode 100644
index 090efbf5..00000000
--- a/test/modules/pkg2/__init__.py
+++ /dev/null
@@ -1,2 +0,0 @@
-# This is an __init__.py file, with no executable statements in it.
-# This comment shouldn't confuse the parser.
diff --git a/test/modules/pkg2/p2a.py b/test/modules/pkg2/p2a.py
deleted file mode 100644
index b606711d..00000000
--- a/test/modules/pkg2/p2a.py
+++ /dev/null
@@ -1,3 +0,0 @@
-q = 1
-r = 1
-s = 1
diff --git a/test/modules/pkg2/p2b.py b/test/modules/pkg2/p2b.py
deleted file mode 100644
index 7a34e2c6..00000000
--- a/test/modules/pkg2/p2b.py
+++ /dev/null
@@ -1,3 +0,0 @@
-t = 1
-u = 1
-v = 1