From a0999be8ebc5d05763c3ea96ecfa9b8055e264f3 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 6 Mar 2014 09:30:02 -0500 Subject: Correct typo in previous bugfix --- ez_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ez_setup.py') 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 -- cgit v1.2.3