mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	fix imports
This commit is contained in:
		
							parent
							
								
									cedb226ef2
								
							
						
					
					
						commit
						159b01f54b
					
				| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
import sys, os
 | 
					import sys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
with open(sys.argv[1], 'r') as fd:
 | 
					with open(sys.argv[1], 'r') as fd:
 | 
				
			||||||
    content = '\n'.join(line.strip() for line in fd if line.strip())
 | 
					    content = '\n'.join(line.strip() for line in fd if line.strip())
 | 
				
			||||||
if len(sys.argv) == 3:
 | 
					if len(sys.argv) == 3:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
from fetch import fetch
 | 
					from fetch import fetch
 | 
				
			||||||
 | 
					import os
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__=='__main__':
 | 
					if __name__=='__main__':
 | 
				
			||||||
    for version in ['2.6.5', '2.7.6', '3.2.5', '3.3.5', '3.4.0']:
 | 
					    for version in ['2.6.5', '2.7.6', '3.2.5', '3.3.5', '3.4.0']:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user