Skip to content

Commit 26582a2

Browse files
committed
[sextante] add license to script and fix its group
1 parent 0d0fd3b commit 26582a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

python/plugins/sextante/script/scripts/Summarize.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
# This will get replaced with a git SHA1 when you do a git archive
2424
__revision__ = '$Format:%H$'
2525

26+
##[Example scripts]=group
2627
##input=vector
2728
##output=output vector
28-
from sextante.core.SextanteVectorWriter import SextanteVectorWriter
29-
from qgis.core import *
29+
3030
from PyQt4.QtCore import *
31+
from qgis.core import *
32+
33+
from sextante.core.SextanteVectorWriter import SextanteVectorWriter
3134

3235
inputLayer = sextante.getobject(input)
3336
features = sextante.getfeatures(inputLayer)

0 commit comments

Comments
 (0)