summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-06 09:30:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-03-06 09:30:02 -0500
commit2f4e03c747cddc54690a126b006ecae2b44bb001 (patch)
tree1ce7bf9c383fe980fc25505f6e8a36b599a665ce /ez_setup.py
parente7c309c454854e4122b50f432bf1902b228b04fe (diff)
downloadpython-setuptools-bitbucket-2f4e03c747cddc54690a126b006ecae2b44bb001.tar.gz
Correct typo in previous bugfix3.0.2
Diffstat (limited to 'ez_setup.py')
-rw-r--r--ez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 09821c3c..e5adaca6 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -73,7 +73,7 @@ def get_zip_class():
return self
def __exit__(self, type, value, traceback):
self.close
- return zipfile.Zipfile if hasattr(zipfile.ZipFile, '__exit__') else \
+ return zipfile.ZipFile if hasattr(zipfile.ZipFile, '__exit__') else \
ContextualZipFile