mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fallback to pure PyQt4 for the moment
Fix #13948 Will probably require some packaging adjustments when reintroducing this.
This commit is contained in:
parent
85e9f785a8
commit
197ee6cb3a
@ -7,7 +7,7 @@ except:
|
||||
import inspect
|
||||
import string
|
||||
from qgis._core import *
|
||||
from PyQt.QtCore import QCoreApplication
|
||||
from PyQt4.QtCore import QCoreApplication
|
||||
|
||||
|
||||
def register_function(function, arg_count, group, usesgeometry=False, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user