[GRASS-SVN] r66904 - grass/branches/releasebranch_7_0/scripts/v.in.e00

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 23 12:12:02 PST 2015


Author: martinl
Date: 2015-11-23 12:12:02 -0800 (Mon, 23 Nov 2015)
New Revision: 66904

Modified:
   grass/branches/releasebranch_7_0/scripts/v.in.e00/v.in.e00.py
Log:
v.in.e00: input is a binary file
          (merge r66903 from trunk)


Modified: grass/branches/releasebranch_7_0/scripts/v.in.e00/v.in.e00.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.in.e00/v.in.e00.py	2015-11-23 20:10:57 UTC (rev 66903)
+++ grass/branches/releasebranch_7_0/scripts/v.in.e00/v.in.e00.py	2015-11-23 20:12:02 UTC (rev 66904)
@@ -25,8 +25,9 @@
 #% description: Imports E00 file into a vector map.
 #% keyword: vector
 #% keyword: import
+#% keyword: E00
 #%end
-#%option G_OPT_F_INPUT
+#%option G_OPT_F_BIN_INPUT
 #% description: Name of input E00 file
 #%end
 #%option G_OPT_V_TYPE



More information about the grass-commit mailing list