summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
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 2c433d61..a6c3ef48 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -77,7 +77,7 @@ def get_zip_class():
def __enter__(self):
return self
def __exit__(self, type, value, traceback):
- self.close
+ self.close()
return zipfile.ZipFile if hasattr(zipfile.ZipFile, '__exit__') else \
ContextualZipFile