We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964ae1f commit d57b2faCopy full SHA for d57b2fa
scripts/2to3
@@ -0,0 +1,7 @@
1
+#!/usr/bin/python
2
+import sys, os
3
+
4
+from lib2to3.main import main
5
6
+sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__))))
7
+sys.exit(main('qgis_fixes'))
0 commit comments