1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-24 00:04:42 -04:00
QGIS/scripts/pyuic4-wrapper.py
2015-12-02 09:24:25 +01:00

8 lines
91 B
Python
Executable File

try:
import sip
sip.setapi("QVariant", 2)
except:
pass
import PyQt4.uic.pyuic