Skip to content

Commit f59e21c

Browse files
committedApr 11, 2013
[sextante] add missed import
1 parent 6e499c3 commit f59e21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/sextante/algs/ftools/VoronoiPolygons.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
from sextante.core.GeoAlgorithm import GeoAlgorithm
3333
from sextante.core.QGisLayers import QGisLayers
34+
from sextante.core.GeoAlgorithmExecutionException import GeoAlgorithmExecutionException
3435

3536
from sextante.parameters.ParameterVector import ParameterVector
3637

0 commit comments

Comments
 (0)
Please sign in to comment.