git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43188 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -23,6 +23,11 @@
# Requires NumPrt module from http://geosci.uchicago.edu/csc/numptr/
#
+"""
+ **** FIXME: needs to be ported from SWIG to Ctypes! ****
+
#%Module
#% label: Finds the distance between two or more points.
#% description: If the projection is latitude-longitude, this distance is measured along the geodesic.
@@ -7,6 +7,11 @@
# or:
# sys.path.append("/usr/local/grass-7.0.svn/etc/python")
import os, sys
from grass.lib import grass
from grass.lib import vector as grassvect