mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			168 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			168 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/python
 | 
						|
import sys, os
 | 
						|
 | 
						|
from lib2to3.main import main
 | 
						|
 | 
						|
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__))))
 | 
						|
sys.exit(main('qgis_fixes'))
 |