mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
91 B
Python
Executable File
8 lines
91 B
Python
Executable File
try:
|
|
import sip
|
|
sip.setapi("QVariant", 2)
|
|
except:
|
|
pass
|
|
|
|
import PyQt4.uic.pyuic
|