diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-11 09:41:09 +0200 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-11 09:41:09 +0200 |
commit | c292a995eaa090c88c2d3edab6716cdb77629e42 (patch) | |
tree | 67647ed08332d0b43498855d4aa9df6288c48301 | |
parent | f443d77addf998ed760523faf76111686cc10367 (diff) | |
download | python-setuptools-git-c292a995eaa090c88c2d3edab6716cdb77629e42.tar.gz |
Remove meaningless commend
-rw-r--r-- | setuptools/tests/test_sdist.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_sdist.py b/setuptools/tests/test_sdist.py index f34068dc..f84c57dc 100644 --- a/setuptools/tests/test_sdist.py +++ b/setuptools/tests/test_sdist.py @@ -42,7 +42,6 @@ else: LATIN1_FILENAME = 'sm\xf6rbr\xf6d.py' -# Cannot use context manager because of Python 2.4 @contextlib.contextmanager def quiet(): old_stdout, old_stderr = sys.stdout, sys.stderr |