diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 19:50:31 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 19:50:31 -0400 |
| commit | a22d3cad02f5b0f2f76e5ef6b9f09d421ca99b76 (patch) | |
| tree | 27ef228f12ae5a9bd0498856d2bbc9be7f47c40f /tests/test_cmdline.py | |
| parent | d5722c5cdc1986fc3c430989f3e31007a518bc3b (diff) | |
| download | python-coveragepy-a22d3cad02f5b0f2f76e5ef6b9f09d421ca99b76.tar.gz | |
Remove some unneeded __init__.py imports
Diffstat (limited to 'tests/test_cmdline.py')
| -rw-r--r-- | tests/test_cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py index 70bcdb4..79a8339 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)) |
