diff options
Diffstat (limited to 'setuptools/tests/py26compat.py')
-rw-r--r-- | setuptools/tests/py26compat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/py26compat.py b/setuptools/tests/py26compat.py index ddf2ceb0..d4fb891a 100644 --- a/setuptools/tests/py26compat.py +++ b/setuptools/tests/py26compat.py @@ -11,3 +11,4 @@ except AttributeError: if condition: return skip return func + return skipper |