aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_dist_info.py
diff options
context:
space:
mode:
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()