summaryrefslogtreecommitdiff
path: root/test/modules/usepkgs.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/usepkgs.py')
-rw-r--r--test/modules/usepkgs.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/modules/usepkgs.py b/test/modules/usepkgs.py
deleted file mode 100644
index 93c7d904..00000000
--- a/test/modules/usepkgs.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import pkg1.p1a, pkg1.p1b
-import pkg2.p2a, pkg2.p2b
-import othermods.othera, othermods.otherb
-import othermods.sub.osa, othermods.sub.osb