[GRASS-SVN] r64154 - grass/trunk/lib/python/pygrass/modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 13 21:27:41 PST 2015
Author: wenzeslaus
Date: 2015-01-13 21:27:41 -0800 (Tue, 13 Jan 2015)
New Revision: 64154
Modified:
grass/trunk/lib/python/pygrass/modules/shortcuts.py
Log:
pygrass: use raster3d instead of raster3D for module family/class (see also #2409, r64109 and r64055)
Modified: grass/trunk/lib/python/pygrass/modules/shortcuts.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/shortcuts.py 2015-01-14 00:16:35 UTC (rev 64153)
+++ grass/trunk/lib/python/pygrass/modules/shortcuts.py 2015-01-14 05:27:41 UTC (rev 64154)
@@ -56,7 +56,7 @@
# m.* miscellaneous commands
# ps.* postscript commands
# r.* raster commands
-# r3.* raster3D commands
+# r3.* 3D raster commands
# t.* temporal commands
# v.* vector commands
@@ -67,6 +67,6 @@
miscellaneous = MetaModule('m')
postscript = MetaModule('ps')
raster = MetaModule('r')
-raster3D = MetaModule('r3')
+raster3d = MetaModule('r3')
temporal = MetaModule('t')
vector = MetaModule('v')
More information about the grass-commit
mailing list