summaryrefslogtreecommitdiff
path: root/tests/test_distribute_setup.py
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2009-09-21 00:34:16 +0200
committerLennart Regebro <regebro@gmail.com>2009-09-21 00:34:16 +0200
commitb9cd5398b31db7c587ccf2c362f2c93d50463610 (patch)
tree74cd653afedbde215c07772e8578ae0f122828b5 /tests/test_distribute_setup.py
parente31bfe83544e77494aea179e9340a04c41baf4f9 (diff)
parentba84419dfc63e5f535faead38ee9fb60306a079c (diff)
downloadpython-setuptools-git-b9cd5398b31db7c587ccf2c362f2c93d50463610.tar.gz
Merged head.
--HG-- branch : distribute extra : rebase_source : cafced44cf7b8d7708be528592f1fe4abb600039
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