mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] rename QGISAlgorithmProvider to QgisAlgorithmProvider to be
consistent with our guidelines
This commit is contained in:
parent
0ffd993d02
commit
e67aaf9a26
@ -2,7 +2,7 @@
|
||||
|
||||
"""
|
||||
***************************************************************************
|
||||
QGISAlgorithmProvider.py
|
||||
QgisAlgorithmProvider.py
|
||||
---------------------
|
||||
Date : December 2012
|
||||
Copyright : (C) 2012 by Victor Olaya
|
||||
@ -155,7 +155,7 @@ pluginPath = os.path.normpath(os.path.join(
|
||||
os.path.split(os.path.dirname(__file__))[0], os.pardir))
|
||||
|
||||
|
||||
class QGISAlgorithmProvider(QgsProcessingProvider):
|
||||
class QgisAlgorithmProvider(QgsProcessingProvider):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
@ -53,7 +53,7 @@ from processing.gui.Postprocessing import handleAlgorithmResults
|
||||
from processing.gui.AlgorithmExecutor import execute
|
||||
from processing.tools import dataobjects
|
||||
|
||||
from processing.algs.qgis.QGISAlgorithmProvider import QGISAlgorithmProvider # NOQA
|
||||
from processing.algs.qgis.QgisAlgorithmProvider import QgisAlgorithmProvider # NOQA
|
||||
from processing.algs.grass7.Grass7AlgorithmProvider import Grass7AlgorithmProvider
|
||||
from processing.algs.gdal.GdalAlgorithmProvider import GdalAlgorithmProvider # NOQA
|
||||
from processing.algs.saga.SagaAlgorithmProvider import SagaAlgorithmProvider # NOQA
|
||||
|
Loading…
x
Reference in New Issue
Block a user