mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			249 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | #!/usr/bin/env python | ||
|  | 
 | ||
|  | # The above line should get replaced with the path to the Python | ||
|  | # interpreter; the block below should get 2to3-converted. | ||
|  | 
 | ||
|  | try: | ||
|  |     from test2to3.hello import hello | ||
|  | except ImportError, e: | ||
|  |     print "Import failed", e | ||
|  | hello() |