diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 13:13:23 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 13:13:23 -0500 |
commit | 0b7c96d4270c4e66d09397abab807e17f80d604c (patch) | |
tree | effc497216b858dbe6a9708dd1b9566d6a4dbf91 /setuptools/tests/test_upload_docs.py | |
parent | f8079023584f91d137fcbb49128177ac99cf1128 (diff) | |
download | python-setuptools-bitbucket-0b7c96d4270c4e66d09397abab807e17f80d604c.tar.gz |
woh what?
Diffstat (limited to 'setuptools/tests/test_upload_docs.py')
-rw-r--r-- | setuptools/tests/test_upload_docs.py | 2 |
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'] |