mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.
This commit is contained in:
		
							parent
							
								
									72118e5bc7
								
							
						
					
					
						commit
						a863270f04
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -190,9 +190,9 @@ def check_module (self, module, module_file): | |||
|         if not os.path.isfile(module_file): | ||||
|             self.warn("file %s (for module %s) not found" % | ||||
|                       (module_file, module)) | ||||
|             return False | ||||
|             return 0 | ||||
|         else: | ||||
|             return True | ||||
|             return 1 | ||||
| 
 | ||||
|     # check_module () | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters