[GRASS-SVN] r55977 - grass/branches/releasebranch_6_4/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 24 04:05:53 PDT 2013


Author: hamish
Date: 2013-04-24 04:05:52 -0700 (Wed, 24 Apr 2013)
New Revision: 55977

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py
Log:
rm ref to SWIG (merge from trunk)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py	2013-04-24 11:05:02 UTC (rev 55976)
+++ grass/branches/releasebranch_6_4/gui/wxpython/core/utils.py	2013-04-24 11:05:52 UTC (rev 55977)
@@ -177,7 +177,7 @@
 def GetValidLayerName(name):
     """!Make layer name SQL compliant, based on G_str_to_sql()
     
-    @todo: Better use directly GRASS Python SWIG...
+    @todo: Better use directly Ctypes to reuse venerable libgis C fns...
     """
     retName = str(name).strip()
     



More information about the grass-commit mailing list