mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								# B/W compat hack so code that says "import builtin" won't break after
							 | 
						||
| 
								 | 
							
								# name change from builtin to __builtin__.
							 | 
						||
| 
								 | 
							
								from __builtin__ import *
							 |