From 584b0e0c3d27dc6b576366368bf7ca2f60e69e7c Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 18 Apr 2006 17:32:12 +0000 Subject: Whilespace normalization (reindint.py). --- Lib/setuptools/command/test.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Lib/setuptools/command/test.py') 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() ) - - - - -- cgit v1.2.1