diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-01 13:40:45 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-01 13:40:45 -0500 |
commit | 7170c660826939a0f31137300bc29c5843095e47 (patch) | |
tree | ab261037723283b644d2649ce6b38658239932d7 /coverage/plugin.py | |
parent | ed86e7085ae690f57335d823beb8c9b1327787f5 (diff) | |
download | python-coveragepy-7170c660826939a0f31137300bc29c5843095e47.tar.gz |
Move python source understanding into python.py
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r-- | coverage/plugin.py | 2 |
1 files changed, 0 insertions, 2 deletions
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.""" |