mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	removed doubled variable from setup.py
This commit is contained in:
		
							parent
							
								
									8fc5fbc6c1
								
							
						
					
					
						commit
						bc0e446340
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -95,7 +95,7 @@ class pil_build_ext(build_ext):
 | 
				
			||||||
        #
 | 
					        #
 | 
				
			||||||
        # add configured kits
 | 
					        # add configured kits
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        for root in (TCL_ROOT, JPEG_ROOT, TCL_ROOT, TIFF_ROOT, ZLIB_ROOT,
 | 
					        for root in (TCL_ROOT, JPEG_ROOT, TIFF_ROOT, ZLIB_ROOT,
 | 
				
			||||||
                     FREETYPE_ROOT, LCMS_ROOT):
 | 
					                     FREETYPE_ROOT, LCMS_ROOT):
 | 
				
			||||||
            if isinstance(root, type(())):
 | 
					            if isinstance(root, type(())):
 | 
				
			||||||
                lib_root, include_root = root
 | 
					                lib_root, include_root = root
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user