From 08dfd5555a023cf8d2638e1f8e6cd948690523a5 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 a0a65e44..362e561a 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