aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_dist_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-07-22 15:35:47 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-07-22 15:35:47 -0400
commit2cbbedf7be98fd3f43ab8897f68e36c18e2bef9a (patch)
tree1eb9b10253c7dcf5a10328977bdaabd960ba2cb3 /setuptools/tests/test_dist_info.py
parent4f7bf7c846ae9761bd10a44f60c656b9741d69be (diff)
downloadexternal_python_setuptools-2cbbedf7be98fd3f43ab8897f68e36c18e2bef9a.tar.gz
external_python_setuptools-2cbbedf7be98fd3f43ab8897f68e36c18e2bef9a.tar.bz2
external_python_setuptools-2cbbedf7be98fd3f43ab8897f68e36c18e2bef9a.zip
Added python 2.4-2.6 support for skipIf
--HG-- branch : distribute extra : rebase_source : cac18ef7c3dbde38ceac3a0c71cfb3b5ffa56dd5
Diffstat (limited to 'setuptools/tests/test_dist_info.py')
-rw-r--r--setuptools/tests/test_dist_info.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_dist_info.py b/setuptools/tests/test_dist_info.py
index 318cd973..cf8fb0f9 100644
--- a/setuptools/tests/test_dist_info.py
+++ b/setuptools/tests/test_dist_info.py
@@ -13,6 +13,8 @@ except:
import pkg_resources
+from setuptools.tests.py26compat import skipIf
+
def DALS(s):
"dedent and left-strip"
return textwrap.dedent(s).lstrip()