[processing] fixed wrong import in i_aster_toar

Conflicts:
	python/plugins/processing/algs/grass7/ext/i_aster_toar.py
This commit is contained in:
volaya 2016-09-27 00:56:37 +02:00 committed by Alexander Bruy
parent e0fc641402
commit 135576ec4d

View File

@ -27,7 +27,7 @@ __copyright__ = '(C) 2016, Médéric Ribreux'
__revision__ = '$Format:%H$'
from .i import multipleOutputDir
from processoing.core.parameters import getParameterFromString
from processing.core.parameters import getParameterFromString
def processCommand(alg):