Skip to content

Commit 197ee6c

Browse files
committed
Fallback to pure PyQt4 for the moment
Fix #13948 Will probably require some packaging adjustments when reintroducing this.
1 parent 85e9f78 commit 197ee6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import inspect
88
import string
99
from qgis._core import *
10-
from PyQt.QtCore import QCoreApplication
10+
from PyQt4.QtCore import QCoreApplication
1111

1212

1313
def register_function(function, arg_count, group, usesgeometry=False, **kwargs):

0 commit comments

Comments
 (0)