summaryrefslogtreecommitdiff
path: root/tests/modules/plugins/another.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/plugins/another.py')
-rw-r--r--tests/modules/plugins/another.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/plugins/another.py b/tests/modules/plugins/another.py
index 93ac4854..2ff84dac 100644
--- a/tests/modules/plugins/another.py
+++ b/tests/modules/plugins/another.py
@@ -1,6 +1,6 @@
"""A plugin for tests to reference."""
-from coverage.plugin import CoveragePlugin
+from coverage import CoveragePlugin
class Plugin(CoveragePlugin):
pass