[GRASS-SVN] r55975 - grass/branches/develbranch_6/gui/wxpython/core

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


Author: hamish
Date: 2013-04-24 04:04:53 -0700 (Wed, 24 Apr 2013)
New Revision: 55975

Modified:
   grass/branches/develbranch_6/gui/wxpython/core/utils.py
Log:
rm ref to SWIG

Modified: grass/branches/develbranch_6/gui/wxpython/core/utils.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/utils.py	2013-04-24 11:02:37 UTC (rev 55974)
+++ grass/branches/develbranch_6/gui/wxpython/core/utils.py	2013-04-24 11:04:53 UTC (rev 55975)
@@ -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