File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
#
25
25
###############################################################################
26
26
27
- # avoid PendingDeprecationWarning from PyQt4 .uic
27
+ # avoid PendingDeprecationWarning from PyQt .uic
28
28
import warnings
29
29
warnings .filterwarnings ("ignore" , category = PendingDeprecationWarning )
30
30
warnings .filterwarnings ("ignore" , category = DeprecationWarning )
Original file line number Diff line number Diff line change 36
36
QgsProcessingParameterType ,
37
37
NULL )
38
38
39
- from PyQt5 .QtCore import QCoreApplication
39
+ from qgis . PyQt .QtCore import QCoreApplication
40
40
41
41
from processing .algs .qgis .QgisAlgorithm import QgisFeatureBasedAlgorithm
42
42
Original file line number Diff line number Diff line change 62
62
QgsProcessingParameterFeatureSource ,
63
63
QgsProcessingParameterNumber )
64
64
65
- from PyQt5 .QtCore import QCoreApplication
65
+ from qgis . PyQt .QtCore import QCoreApplication
66
66
67
67
PARAMETER_NUMBER = 'number'
68
68
PARAMETER_DISTANCE = 'distance'
Original file line number Diff line number Diff line change 11
11
***************************************************************************
12
12
"""
13
13
14
- from PyQt5 .QtCore import QCoreApplication
14
+ from qgis . PyQt .QtCore import QCoreApplication
15
15
from qgis .core import (QgsProcessing ,
16
16
QgsFeatureSink ,
17
17
QgsProcessingException ,
You can’t perform that action at this time.
0 commit comments