Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
6 changes: 6 additions & 0 deletions python/core/__init__.py
@@ -1,3 +1,9 @@
try:
import sip
sip.setapi("QVariant", 2)
except:
pass

import inspect
import string
from qgis._core import *
Expand Down

0 comments on commit 0519423

Please sign in to comment.