mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	massive import cleaning in Distutils
This commit is contained in:
		
							parent
							
								
									2421d56e02
								
							
						
					
					
						commit
						2b66da7d15
					
				
					 24 changed files with 97 additions and 121 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,8 @@
 | 
			
		|||
except ImportError:
 | 
			
		||||
    warnings = None
 | 
			
		||||
 | 
			
		||||
from distutils.errors import *
 | 
			
		||||
from distutils.errors import (DistutilsOptionError, DistutilsArgError,
 | 
			
		||||
                              DistutilsModuleError, DistutilsClassError)
 | 
			
		||||
from distutils.fancy_getopt import FancyGetopt, translate_longopt
 | 
			
		||||
from distutils.util import check_environ, strtobool, rfc822_escape
 | 
			
		||||
from distutils import log
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue