[GRASS-SVN] r37356 - grass/trunk/swig/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 22 06:00:19 EDT 2009


Author: neteler
Date: 2009-05-22 06:00:17 -0400 (Fri, 22 May 2009)
New Revision: 37356

Modified:
   grass/trunk/swig/python/grasspython.dox
Log:
GRASS library functions usage

Modified: grass/trunk/swig/python/grasspython.dox
===================================================================
--- grass/trunk/swig/python/grasspython.dox	2009-05-22 09:46:15 UTC (rev 37355)
+++ grass/trunk/swig/python/grasspython.dox	2009-05-22 10:00:17 UTC (rev 37356)
@@ -45,6 +45,11 @@
 
 <h3>Usage</h3>
 
+Access to GRASS library functions (example: Vector functions):
+\code
+from grass.lib import vector as grassvect
+\endcode
+
 Scripts:
 \code 
 from grass.script import core[,db[,raster,[vector]]] as grass 



More information about the grass-commit mailing list