Fallback to pure PyQt4 for the moment

Fix #13948

Will probably require some packaging adjustments when reintroducing this.
This commit is contained in:
Matthias Kuhn 2015-12-08 16:19:15 +01:00
parent 85e9f785a8
commit 197ee6cb3a

View File

@ -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):