diff options
| author | Lennart Regebro <regebro@gmail.com> | 2009-09-21 00:34:16 +0200 |
|---|---|---|
| committer | Lennart Regebro <regebro@gmail.com> | 2009-09-21 00:34:16 +0200 |
| commit | b9cd5398b31db7c587ccf2c362f2c93d50463610 (patch) | |
| tree | 74cd653afedbde215c07772e8578ae0f122828b5 /tests/test_distribute_setup.py | |
| parent | e31bfe83544e77494aea179e9340a04c41baf4f9 (diff) | |
| parent | ba84419dfc63e5f535faead38ee9fb60306a079c (diff) | |
| download | python-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.py | 1 |
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 |
