aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/py26compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/tests/py26compat.py')
-rw-r--r--setuptools/tests/py26compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/py26compat.py b/setuptools/tests/py26compat.py
index 7211f275..5325dad6 100644
--- a/setuptools/tests/py26compat.py
+++ b/setuptools/tests/py26compat.py
@@ -2,6 +2,7 @@ import sys
import tarfile
import contextlib
+
def _tarfile_open_ex(*args, **kwargs):
"""
Extend result as a context manager.