Skip to content

Commit a1e8d68

Browse files
committedMar 10, 2017
[processing] Fix merge algorithm
Fix #16292
1 parent 7da0830 commit a1e8d68

File tree

1 file changed

+1
-0
lines changed
  • python/plugins/processing/algs/qgis

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/algs/qgis/Merge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from processing.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
3636
from processing.core.parameters import ParameterMultipleInput
3737
from processing.core.outputs import OutputVector
38+
from processing.tools import dataobjects
3839

3940
pluginPath = os.path.split(os.path.split(os.path.dirname(__file__))[0])[0]
4041

0 commit comments

Comments
 (0)