Skip to content

Commit d57b2fa

Browse files
committed
add 2to3 script to migrate PyQt4 to PyQt wrappers
1 parent 964ae1f commit d57b2fa

File tree

2 files changed

+508
-0
lines changed

2 files changed

+508
-0
lines changed

scripts/2to3

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)