aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_upload_docs.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 13:13:23 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 13:13:23 -0500
commit8aee42417b6635979dc0da1beba3eae4fc6c3c7c (patch)
tree2f81930007162c09f68364d87bf557790edcdf88 /setuptools/tests/test_upload_docs.py
parenta87442aab8bd8779b562043540c467ffffb4d581 (diff)
downloadexternal_python_setuptools-8aee42417b6635979dc0da1beba3eae4fc6c3c7c.tar.gz
external_python_setuptools-8aee42417b6635979dc0da1beba3eae4fc6c3c7c.tar.bz2
external_python_setuptools-8aee42417b6635979dc0da1beba3eae4fc6c3c7c.zip
woh what?
Diffstat (limited to 'setuptools/tests/test_upload_docs.py')
-rw-r--r--setuptools/tests/test_upload_docs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_upload_docs.py b/setuptools/tests/test_upload_docs.py
index 66d06dc0..ea5c3587 100644
--- a/setuptools/tests/test_upload_docs.py
+++ b/setuptools/tests/test_upload_docs.py
@@ -54,7 +54,7 @@ class TestUploadDocsTest:
assert zipfile.is_zipfile(tmp_file)
- zip_file = zipfile.ZipFile(tmp_file) # woh...
+ zip_file = zipfile.ZipFile(tmp_file)
assert zip_file.namelist() == ['index.html']