Skip to content

Commit 8797ca3

Browse files
committed
[processing] fix Points along lines alg (fix #12768)
1 parent b16b874 commit 8797ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/qgis/scripts/Create_points_along_lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
##endpoint=number 0
66
##output=output vector
77

8-
from qgis.core import QgsFeature, QgsField
98
from PyQt4.QtCore import QVariant
9+
from qgis.core import QGis, QgsFeature, QgsField
1010
from processing.tools.vector import VectorWriter
1111

1212

0 commit comments

Comments
 (0)