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 | 08dfd5555a023cf8d2638e1f8e6cd948690523a5 (patch) | |
tree | 073bc66e16cfe3003a882d14ffb756b5ea98d4b8 /coverage/plugin.py | |
parent | ea231af0bbb3aa1eed780ece6c567857845d7c96 (diff) | |
download | python-coveragepy-git-08dfd5555a023cf8d2638e1f8e6cd948690523a5.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 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.""" |