From 7170c660826939a0f31137300bc29c5843095e47 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 1 Jan 2015 13:40:45 -0500 Subject: Move python source understanding into python.py --- coverage/plugin.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'coverage/plugin.py') diff --git a/coverage/plugin.py b/coverage/plugin.py index a0a65e4..362e561 100644 --- a/coverage/plugin.py +++ b/coverage/plugin.py @@ -1,7 +1,5 @@ """Plugin management for coverage.py""" -import sys - class CoveragePlugin(object): """Base class for coverage.py plugins.""" -- cgit v1.2.1