Skip to content
Permalink
Browse files
fix pyuic wrapper where qt4 & 5 are available
  • Loading branch information
jef-n committed Nov 29, 2015
1 parent 079029e commit 0519423
Showing 1 changed file with 6 additions and 0 deletions.
@@ -1,3 +1,9 @@
try:
import sip
sip.setapi("QVariant", 2)
except:
pass

import inspect
import string
from qgis._core import *

0 comments on commit 0519423

Please sign in to comment.