summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-16 21:11:13 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-16 21:11:13 -0500
commita6ba53c60011f9a61df796c9ed85c663c8fda184 (patch)
tree555a904c7f56a59434515ddf11da05bd2aa06904 /setup.py
parent5711eabc87cfc24ae5b8c3a30c76f3b1e3a9782c (diff)
downloadpython-coveragepy-git-a6ba53c60011f9a61df796c9ed85c663c8fda184.tar.gz
No need to delete the file.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7504879a..6a2356e4 100644
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,6 @@ try:
exec(compile(_version_file.read(), cov_ver_py, 'exec'))
finally:
_version_file.close()
- del _version_file
doclines = (doc % __url__).splitlines()
classifier_list = classifiers.splitlines()