mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix importlib util module import
to avoid "module 'importlib' has no attribute 'util'" error that prevent the load of user scripts in some circumstances
This commit is contained in:
parent
f179b0640b
commit
40569f414e
@ -24,7 +24,7 @@ __copyright__ = '(C) 2012, Victor Olaya'
|
||||
from qgis.processing import alg as algfactory
|
||||
import os
|
||||
import inspect
|
||||
import importlib
|
||||
import importlib.util
|
||||
|
||||
from qgis.PyQt.QtCore import QCoreApplication
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user