[GRASS-SVN] r53308 - grass-addons/grass7/vector/v.in.wfs2

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 3 07:22:33 PDT 2012


Author: martinl
Date: 2012-10-03 07:22:32 -0700 (Wed, 03 Oct 2012)
New Revision: 53308

Modified:
   grass-addons/grass7/vector/v.in.wfs2/wfs_drv.py
Log:
v.in.wfs2: numpy not needed

Modified: grass-addons/grass7/vector/v.in.wfs2/wfs_drv.py
===================================================================
--- grass-addons/grass7/vector/v.in.wfs2/wfs_drv.py	2012-10-03 13:18:35 UTC (rev 53307)
+++ grass-addons/grass7/vector/v.in.wfs2/wfs_drv.py	2012-10-03 14:22:32 UTC (rev 53308)
@@ -3,9 +3,6 @@
 from urllib2 import urlopen
 import xml.etree.ElementTree as etree
 
-import numpy as Numeric
-Numeric.arrayrange = Numeric.arange
-
 from wfs_base import WFSBase
 
 class WFSDrv(WFSBase):



More information about the grass-commit mailing list