summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortarek <devnull@localhost>2009-09-20 14:48:47 +0200
committertarek <devnull@localhost>2009-09-20 14:48:47 +0200
commit61279769e7afbffe31c8ae36cd608b0d53c7e378 (patch)
treec66777d09610e963b82543523b154f38053a6c69 /tests
parentcd51eede0bcd9f3c9f7222f7ead010495f07ddcf (diff)
parentf6fe33e2c2f4b09ccaf99477508056de972d6351 (diff)
downloadpython-setuptools-bitbucket-61279769e7afbffe31c8ae36cd608b0d53c7e378.tar.gz
merge dance
Diffstat (limited to 'tests')
-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