mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
[processing][grass] Add some missing imports
This commit is contained in:
parent
c50a039745
commit
f928e3dde9
@ -27,6 +27,7 @@ __revision__ = '$Format:%H$'
|
||||
|
||||
import os
|
||||
from processing.algs.grass7.Grass7Utils import Grass7Utils
|
||||
from processing.tools.system import getTempFilename
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg, parameters, context):
|
||||
|
||||
@ -25,6 +25,8 @@ __copyright__ = '(C) 2016, Médéric Ribreux'
|
||||
|
||||
__revision__ = '$Format:%H$'
|
||||
|
||||
from processing.algs.grass7.Grass7Utils import Grass7Utils
|
||||
|
||||
|
||||
def processCommand(alg, parameters, context, feedback):
|
||||
# Remove input
|
||||
|
||||
@ -25,6 +25,8 @@ __copyright__ = '(C) 2016, Médéric Ribreux'
|
||||
|
||||
__revision__ = '$Format:%H$'
|
||||
|
||||
from processing.algs.grass7.Grass7Utils import Grass7Utils
|
||||
|
||||
|
||||
def processCommand(alg, parameters, context, feedback):
|
||||
# Remove input
|
||||
|
||||
@ -27,6 +27,7 @@ __revision__ = '$Format:%H$'
|
||||
|
||||
|
||||
import os
|
||||
from processing.tools.system import getTempFilename
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg, parameters, context):
|
||||
|
||||
@ -27,6 +27,7 @@ __revision__ = '$Format:%H$'
|
||||
|
||||
import os
|
||||
from processing.algs.grass7.Grass7Utils import Grass7Utils
|
||||
from processing.tools.system import getTempFilename
|
||||
|
||||
|
||||
def checkParameterValuesBeforeExecuting(alg, parameters, context):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user