summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-23 19:50:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-23 19:50:31 -0400
commitc7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (patch)
tree5f1361ab598ec84054132d4870a1f05610196247 /tests/test_cmdline.py
parent714506ea03c2f5989d7f551916c8bdb7bf9ad674 (diff)
downloadpython-coveragepy-git-c7d226aa8ba7c8c37fdda5f594b1fff6f073a872.tar.gz
Remove some unneeded __init__.py imports
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 70bcdb46..79a8339d 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -63,7 +63,7 @@ class BaseCmdLineTest(CoverageTest):
"""
m = self.model_object()
- ret = coverage.CoverageScript(
+ ret = coverage.cmdline.CoverageScript(
_covpkg=m, _run_python_file=m.run_python_file,
_run_python_module=m.run_python_module, _help_fn=m.help_fn
).command_line(shlex.split(args))