Skip to content

Commit

Permalink
add 2to3 script to migrate PyQt4 to PyQt wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 9, 2016
1 parent 964ae1f commit d57b2fa
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/2to3
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/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'))
Loading

0 comments on commit d57b2fa

Please sign in to comment.