diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-20 00:01:32 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-20 00:01:32 -0400 |
| commit | 70067439d3b2b53cf2112ed0faf52c30b30ef3cd (patch) | |
| tree | 439cdf90b6df6e33cf4a9c7605f69d2a8ceea915 /release.py | |
| parent | b9928121417a205e64f18b98f7d3cea05f41511b (diff) | |
| download | python-setuptools-git-70067439d3b2b53cf2112ed0faf52c30b30ef3cd.tar.gz | |
Remove unused imports in release script (usage masked by compatibilty technique).
--HG--
extra : rebase_source : 4f9aabd0efe87de76f85f91c4c379e48f68ffac4
Diffstat (limited to 'release.py')
| -rw-r--r-- | release.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -5,14 +5,8 @@ install jaraco.packaging and run 'python -m jaraco.packaging.release' import re import os -import itertools import subprocess -try: - zip_longest = itertools.zip_longest -except AttributeError: - zip_longest = itertools.izip_longest - def before_upload(): _linkify('CHANGES.txt', 'CHANGES (links).txt') |
