mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 10:26:02 +00:00 
			
		
		
		
	 a6f85e2270
			
		
	
	
		a6f85e2270
		
	
	
	
	
		
			
			svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88535 | brett.cannon | 2011-02-23 13:46:46 -0600 (Wed, 23 Feb 2011) | 1 line Add lib2to3.__main__ for easy testing from the console. ........
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import sys
 | |
| from .main import main
 | |
| 
 | |
| sys.exit(main("lib2to3.fixes"))
 |