diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-16 21:11:13 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-16 21:11:13 -0500 |
commit | a6ba53c60011f9a61df796c9ed85c663c8fda184 (patch) | |
tree | 555a904c7f56a59434515ddf11da05bd2aa06904 /setup.py | |
parent | 5711eabc87cfc24ae5b8c3a30c76f3b1e3a9782c (diff) | |
download | python-coveragepy-git-a6ba53c60011f9a61df796c9ed85c663c8fda184.tar.gz |
No need to delete the file.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() |