usepkgs.py 294 B

12345678
  1. # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. import pkg1.p1a, pkg1.p1b
  4. import pkg2.p2a, pkg2.p2b
  5. import othermods.othera, othermods.otherb
  6. import othermods.sub.osa, othermods.sub.osb