aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_distribute_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_distribute_setup.py')
-rw-r--r--tests/test_distribute_setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_distribute_setup.py b/tests/test_distribute_setup.py
index 6c004bd7..76f8f8fa 100644
--- a/tests/test_distribute_setup.py
+++ b/tests/test_distribute_setup.py
@@ -45,7 +45,6 @@ class TestSetup(unittest.TestCase):
self.assert_(setuptools.__file__.startswith(egg))
def test_do_download(self):
-
tmpdir = tempfile.mkdtemp()
_do_download(to_dir=tmpdir)
import setuptools