[GRASS-SVN] r65937 - in grass-addons/grass7/gui/wxpython/wx.metadata: db.csw.harvest r.info.iso t.info.iso v.info.iso

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 14 15:08:31 PDT 2015


Author: neteler
Date: 2015-08-14 15:08:31 -0700 (Fri, 14 Aug 2015)
New Revision: 65937

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/db.csw.harvest/db.csw.harvest.py
   grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.py
   grass-addons/grass7/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.py
   grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.py
Log:
wx.metadata Addon: fix wrong white space in module description

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/db.csw.harvest/db.csw.harvest.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/db.csw.harvest/db.csw.harvest.py	2015-08-14 20:52:56 UTC (rev 65936)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/db.csw.harvest/db.csw.harvest.py	2015-08-14 22:08:31 UTC (rev 65937)
@@ -18,7 +18,7 @@
 
 """
 
-# %module
+#%module
 #% description: CSW database manager
 #% keyword: csw
 #% keyword: metadata

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.py	2015-08-14 20:52:56 UTC (rev 65936)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.py	2015-08-14 22:08:31 UTC (rev 65937)
@@ -11,7 +11,7 @@
 @author Matej Krejci <matejkrejci gmail.com> (GSoC 2014)
 """
 
-# %module
+#%module
 #% description: Creates metadata based on ISO standard for specified raster map.
 #% keyword: raster
 #% keyword: metadata

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.py	2015-08-14 20:52:56 UTC (rev 65936)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.py	2015-08-14 22:08:31 UTC (rev 65937)
@@ -10,7 +10,7 @@
 
 @author Matej Krejci <matejkrejci gmail.com> (GSoC 2015)
 """
-# %module
+#%module
 #% description: Lists information about space time datasets and maps.
 #% keyword: temporal
 #% keyword: metadata

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.py	2015-08-14 20:52:56 UTC (rev 65936)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.py	2015-08-14 22:08:31 UTC (rev 65937)
@@ -11,7 +11,7 @@
 @author Matej Krejci <matejkrejci gmail.com> (GSoC 2014)
 """
 
-# %module
+#%module
 #% description: Creates metadata based on ISO standard for specified vector map.
 #% keyword: vector
 #% keyword: metadata



More information about the grass-commit mailing list