summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-05-17 12:38:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-05-17 12:38:54 -0400
commitc5d760b060efa63e8de92bc5d1b1e56700ff16e6 (patch)
tree9535c23acab422813d657d3c5a3a10f2251c4b99
parentcac29acff1a8b95f3d11f8bca8015d5e7c67036a (diff)
downloadpython-setuptools-git-c5d760b060efa63e8de92bc5d1b1e56700ff16e6.tar.gz
Remove unused import
-rw-r--r--setuptools/tests/test_sdist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/tests/test_sdist.py b/setuptools/tests/test_sdist.py
index 93b8c297..d2188035 100644
--- a/setuptools/tests/test_sdist.py
+++ b/setuptools/tests/test_sdist.py
@@ -14,7 +14,6 @@ from setuptools.tests import environment, test_svn
from setuptools.tests.py26compat import skipIf
from setuptools.compat import StringIO, unicode, PY3, PY2
-from setuptools.tests.py26compat import skipIf
from setuptools.command.sdist import sdist, walk_revctrl
from setuptools.command.egg_info import manifest_maker
from setuptools.dist import Distribution