Skip to content

Commit

Permalink
[sextante] add license to script and fix its group
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 16, 2013
1 parent 0d0fd3b commit 26582a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions python/plugins/sextante/script/scripts/Summarize.py
Expand Up @@ -23,11 +23,14 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

##[Example scripts]=group
##input=vector
##output=output vector
from sextante.core.SextanteVectorWriter import SextanteVectorWriter
from qgis.core import *

from PyQt4.QtCore import *
from qgis.core import *

from sextante.core.SextanteVectorWriter import SextanteVectorWriter

inputLayer = sextante.getobject(input)
features = sextante.getfeatures(inputLayer)
Expand Down

0 comments on commit 26582a2

Please sign in to comment.