[GRASS-SVN] r64043 - grass/trunk/lib/python/pygrass/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 10 02:53:44 PST 2015


Author: neteler
Date: 2015-01-10 02:53:44 -0800 (Sat, 10 Jan 2015)
New Revision: 64043

Modified:
   grass/trunk/lib/python/pygrass/gis/__init__.py
Log:
fix r63972

Modified: grass/trunk/lib/python/pygrass/gis/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/gis/__init__.py	2015-01-10 07:18:13 UTC (rev 64042)
+++ grass/trunk/lib/python/pygrass/gis/__init__.py	2015-01-10 10:53:44 UTC (rev 64043)
@@ -18,7 +18,7 @@
 ETYPE = {'raster': libgis.G_ELEMENT_RASTER,
          'raster_3d': libgis.G_ELEMENT_RASTER3D,
          'vector': libgis.G_ELEMENT_VECTOR,
-         'label': libgis.G_ELEMENT_LABEL,
+         'labels': libgis.G_ELEMENT_LABEL,
          'region': libgis.G_ELEMENT_REGION,
          'group': libgis.G_ELEMENT_GROUP}
 
@@ -304,7 +304,7 @@
         """Return a list of grass types like:
 
             * 'group',
-            * 'label',
+            * 'labels',
             * 'raster',
             * 'raster_3d',
             * 'region',



More information about the grass-commit mailing list