File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
python/plugins/processing Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
"""
4
4
***************************************************************************
5
- QGISAlgorithmProvider .py
5
+ QgisAlgorithmProvider .py
6
6
---------------------
7
7
Date : December 2012
8
8
Copyright : (C) 2012 by Victor Olaya
155
155
os .path .split (os .path .dirname (__file__ ))[0 ], os .pardir ))
156
156
157
157
158
- class QGISAlgorithmProvider (QgsProcessingProvider ):
158
+ class QgisAlgorithmProvider (QgsProcessingProvider ):
159
159
160
160
def __init__ (self ):
161
161
super ().__init__ ()
Original file line number Diff line number Diff line change 53
53
from processing .gui .AlgorithmExecutor import execute
54
54
from processing .tools import dataobjects
55
55
56
- from processing .algs .qgis .QGISAlgorithmProvider import QGISAlgorithmProvider # NOQA
56
+ from processing .algs .qgis .QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
57
57
from processing .algs .grass7 .Grass7AlgorithmProvider import Grass7AlgorithmProvider
58
58
from processing .algs .gdal .GdalAlgorithmProvider import GdalAlgorithmProvider # NOQA
59
59
from processing .algs .saga .SagaAlgorithmProvider import SagaAlgorithmProvider # NOQA
You can’t perform that action at this time.
0 commit comments