summaryrefslogtreecommitdiff
path: root/Lib/setuptools/command/test.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 +0000
committerTim Peters <tim.peters@gmail.com>2006-04-18 17:32:12 +0000
commit584b0e0c3d27dc6b576366368bf7ca2f60e69e7c (patch)
treef2e33dbae88a59b367819920a5c4a2260f080788 /Lib/setuptools/command/test.py
parent17a35f906c29e71510d749283b381d95a5de0316 (diff)
downloadcpython-git-584b0e0c3d27dc6b576366368bf7ca2f60e69e7c.tar.gz
Whilespace normalization (reindint.py).
Diffstat (limited to 'Lib/setuptools/command/test.py')
-rw-r--r--Lib/setuptools/command/test.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/Lib/setuptools/command/test.py b/Lib/setuptools/command/test.py
index 83589fa922..01fca35f09 100644
--- a/Lib/setuptools/command/test.py
+++ b/Lib/setuptools/command/test.py
@@ -88,7 +88,7 @@ class test(Command):
self.reinitialize_command('build_ext', inplace=1)
self.run_command('build_ext')
- if self.distribution.tests_require:
+ if self.distribution.tests_require:
self.distribution.fetch_build_eggs(self.distribution.tests_require)
if self.test_suite:
@@ -117,7 +117,3 @@ class test(Command):
None, None, [unittest.__file__]+self.test_args,
testLoader = loader_class()
)
-
-
-
-