mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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'))
|