[GRASS-SVN] r38169 - grass-addons/vector/v.in.postgis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 2 12:07:59 EDT 2009
Author: mathieug
Date: 2009-07-02 12:07:59 -0400 (Thu, 02 Jul 2009)
New Revision: 38169
Modified:
grass-addons/vector/v.in.postgis/v_in_postgis.py
Log:
python implementation - unit test module - renamed module
Modified: grass-addons/vector/v.in.postgis/v_in_postgis.py
===================================================================
--- grass-addons/vector/v.in.postgis/v_in_postgis.py 2009-07-02 16:06:51 UTC (rev 38168)
+++ grass-addons/vector/v.in.postgis/v_in_postgis.py 2009-07-02 16:07:59 UTC (rev 38169)
@@ -35,7 +35,7 @@
#% key: output
#% type: string
#% answer: v_in_postgis
-#% description: name of the imported grass layer (do not use capital letters)
+#% description: Name of the imported grass layer (do not use capital letters)
#% required : no
#%end
#%flag
@@ -66,7 +66,7 @@
##see http://trac.osgeo.org/grass/browser/grass/trunk/lib/python
from grass import core as grass
##only needed to use Komodo debugger with Komodo IDE. See http://aspn.activestate.com/ASPN/Downloads/Komodo/RemoteDebugging
-from dbgp.client import brk
+#from dbgp.client import brk
class GrassPostGisImporter():
@@ -422,3 +422,4 @@
#brk(host="localhost", port=9000)
options, flags = grass.parser()
main()
+
More information about the grass-commit
mailing list