We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da0830 commit a1e8d68Copy full SHA for a1e8d68
python/plugins/processing/algs/qgis/Merge.py
@@ -35,6 +35,7 @@
35
from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
36
from processing.core.parameters import ParameterMultipleInput
37
from processing.core.outputs import OutputVector
38
+from processing.tools import dataobjects
39
40
pluginPath = os.path.split(os.path.split(os.path.dirname(__file__))[0])[0]
41
0 commit comments