[GRASS-SVN] r61626 - in grass-addons/grass7/gui/wxpython/wx.metadata: mdlib r.info.iso v.info.iso

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 14 07:09:54 PDT 2014


Author: krejcmat
Date: 2014-08-14 07:09:54 -0700 (Thu, 14 Aug 2014)
New Revision: 61626

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/mdgrass.py
   grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.py
   grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.py
Log:
insert path, output changes

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/mdgrass.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/mdgrass.py	2014-08-14 14:08:03 UTC (rev 61625)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/mdgrass.py	2014-08-14 14:09:54 UTC (rev 61626)
@@ -17,6 +17,7 @@
 """
 from owslib.iso import *
 from jinja2 import Environment, FileSystemLoader
+sys.path.insert(1, os.path.join(os.path.dirname(sys.path[0]), 'etc', 'wx.metadata'))
 
 from lxml import etree
 import os

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	2014-08-14 14:08:03 UTC (rev 61625)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.py	2014-08-14 14:09:54 UTC (rev 61626)
@@ -28,17 +28,11 @@
 #%end
 
 #%option G_OPT_F_OUTPUT
-#% key: mdout
-#% label: Name for output metadata file
+#% key: output
+#% label: File output 
 #% required: no
 #%end
 
-#%option G_OPT_M_DIR
-#% key: destination
-#% label: Path to destination folder
-#% required: no
-#%end
-
 import os
 import sys
 sys.path.insert(1, os.path.join(os.path.dirname(sys.path[0]), 'etc', 'wx.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	2014-08-14 14:08:03 UTC (rev 61625)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.py	2014-08-14 14:09:54 UTC (rev 61626)
@@ -28,16 +28,11 @@
 #%end
 
 #%option G_OPT_F_OUTPUT
-#% key: mdout
-#% label: Name for output metadata file
+#% key: output
+#% label: File output 
 #% required: no
 #%end
 
-#%option G_OPT_M_DIR
-#% key: destination
-#% label: Path to destination folder
-#% required: no
-#%end
 
 import os
 import sys



More information about the grass-commit mailing list