Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/usr/bin/env python3
import os
import sys
from lib2to3.main import main
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__))))
sys.exit(main("qgis_fixes"))