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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/modules/usepkgs.py b/test/modules/usepkgs.py
index 208e3f30..93c7d904 100644
--- a/test/modules/usepkgs.py
+++ b/test/modules/usepkgs.py
@@ -1,2 +1,4 @@
import pkg1.p1a, pkg1.p1b
import pkg2.p2a, pkg2.p2b
+import othermods.othera, othermods.otherb
+import othermods.sub.osa, othermods.sub.osb