diff options
author | tarek <none@none> | 2009-09-20 14:47:00 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-09-20 14:47:00 +0200 |
commit | 1219c326683905695fbdf60c22367129075d2f8d (patch) | |
tree | cf4c19815da32edf7c917a8ca080c2f99dc3ce05 /tests/test_distribute_setup.py | |
parent | 19af16b0ec4149f3b00d4e05dfce8ad4f61310e1 (diff) | |
download | external_python_setuptools-1219c326683905695fbdf60c22367129075d2f8d.tar.gz external_python_setuptools-1219c326683905695fbdf60c22367129075d2f8d.tar.bz2 external_python_setuptools-1219c326683905695fbdf60c22367129075d2f8d.zip |
merged + removed trailing spaces
--HG--
branch : distribute
extra : rebase_source : 343481c01063bac16767023dd7a24bb0b063b967
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 |