diff options
Diffstat (limited to 'test/coverage_coverage.py')
-rw-r--r-- | test/coverage_coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/coverage_coverage.py b/test/coverage_coverage.py index 5b067f62..1f73bab1 100644 --- a/test/coverage_coverage.py +++ b/test/coverage_coverage.py @@ -22,7 +22,7 @@ for name, mod in sys.modules.items(): if hasattr(mod, '__file__') and mod.__file__.startswith(covdir): covmods[name] = mod del sys.modules[name] -import coverage +import coverage # don't warn about re-import: pylint: disable-msg=W0404 sys.modules.update(covmods) # Run nosetests, with the arguments from our command line. |