[GRASS-SVN] r65124 - grass/trunk/scripts/v.in.e00
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 23 07:27:08 PDT 2015
Author: annakrat
Date: 2015-04-23 07:27:08 -0700 (Thu, 23 Apr 2015)
New Revision: 65124
Modified:
grass/trunk/scripts/v.in.e00/v.in.e00.py
Log:
v.in.e00: fix interface, import only 1 vector type
Modified: grass/trunk/scripts/v.in.e00/v.in.e00.py
===================================================================
--- grass/trunk/scripts/v.in.e00/v.in.e00.py 2015-04-23 12:50:27 UTC (rev 65123)
+++ grass/trunk/scripts/v.in.e00/v.in.e00.py 2015-04-23 14:27:08 UTC (rev 65124)
@@ -31,10 +31,10 @@
#%end
#%option G_OPT_V_TYPE
#% options: point,line,area
+#% answer: point
#% required: yes
#%end
#%option G_OPT_V_OUTPUT
-#% required : no
#%end
import os
More information about the grass-commit
mailing list