Skip to content

Commit c54e78e

Browse files
committed
add category metadata to SEXTANTE plugin
1 parent 6ca7ea9 commit c54e78e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/plugins/sextante/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def version():
3535
def icon():
3636
return "images/toolbox.png"
3737

38+
def category():
39+
return "Analysis"
40+
3841
def qgisMinimumVersion():
3942
return "1.0"
4043

0 commit comments

Comments
 (0)