[processing][grass] Add some missing imports

This commit is contained in:
Nyall Dawson 2018-04-08 09:26:44 +10:00
parent c50a039745
commit f928e3dde9
5 changed files with 7 additions and 0 deletions

View File

@ -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):

View File

@ -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

View File

@ -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

View File

@ -27,6 +27,7 @@ __revision__ = '$Format:%H$'
import os
from processing.tools.system import getTempFilename
def checkParameterValuesBeforeExecuting(alg, parameters, context):

View File

@ -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):