[GRASS-SVN] r37481 - grass/branches/releasebranch_6_4/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 25 12:56:10 EDT 2009


Author: martinl
Date: 2009-05-25 12:56:10 -0400 (Mon, 25 May 2009)
New Revision: 37481

Modified:
   grass/branches/releasebranch_6_4/lib/python/README.txt
Log:
use recent spearfish
   (merge from trunk, r37354)


Modified: grass/branches/releasebranch_6_4/lib/python/README.txt
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/README.txt	2009-05-25 16:16:31 UTC (rev 37480)
+++ grass/branches/releasebranch_6_4/lib/python/README.txt	2009-05-25 16:56:10 UTC (rev 37481)
@@ -27,7 +27,7 @@
 <subprocess.Popen object at 0xb7c12f6c>
 >>> print p.communicate()[0]
 GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
 MAPSET='glynn';
 GRASS_DB_ENCODING='ascii';
 GRASS_GUI='text';
@@ -46,7 +46,7 @@
 <subprocess.Popen object at 0xb7c12f6c>
 >>> print p.communicate()[0]
 GISDBASE='/opt/grass-data';
-LOCATION_NAME='spearfish57';
+LOCATION_NAME='spearfish60';
 MAPSET='glynn';
 GRASS_DB_ENCODING='ascii';
 GRASS_GUI='text';
@@ -164,7 +164,7 @@
 >>> print result['fullname']
 fields at PERMANENT
 >>> print result['file']
-/opt/grass-data/spearfish57/PERMANENT/vector/fields
+/opt/grass-data/spearfish60/PERMANENT/vector/fields
 
 
 



More information about the grass-commit mailing list