mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Whilespace normalization (reindint.py).
This commit is contained in:
		
							parent
							
								
									17a35f906c
								
							
						
					
					
						commit
						584b0e0c3d
					
				
					 31 changed files with 53 additions and 314 deletions
				
			
		|  | @ -88,7 +88,7 @@ def run(self): | |||
|         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 @@ def run_tests(self): | |||
|             None, None, [unittest.__file__]+self.test_args, | ||||
|             testLoader = loader_class() | ||||
|         ) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters