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