diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:51:14 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-07-22 15:51:14 -0400 |
commit | 22366805a3a7b6292774491db04792851a341b6f (patch) | |
tree | ee74a9a85c5de0c581eb7d622589b6daad8910de | |
parent | e10bb776722f4dd1d5bcda17adcc557ea0eb8b14 (diff) | |
download | external_python_setuptools-22366805a3a7b6292774491db04792851a341b6f.tar.gz external_python_setuptools-22366805a3a7b6292774491db04792851a341b6f.tar.bz2 external_python_setuptools-22366805a3a7b6292774491db04792851a341b6f.zip |
Fix compatibility skipIf
--HG--
branch : distribute
extra : rebase_source : a70fd5755fad7a30c478c44e270c1dad13e66a47
-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 |