From 8cb2411f3ed6db02f7a7dd60883c8dd698b5a69f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 21 Mar 2011 21:40:07 -0400 Subject: --omit and --include now interpret their values more usefully. Fixes #121. --- test/modules/usepkgs.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/modules') 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 -- cgit v1.2.1