[GRASS-SVN] r55976 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 24 04:05:02 PDT 2013
Author: hamish
Date: 2013-04-24 04:05:02 -0700 (Wed, 24 Apr 2013)
New Revision: 55976
Modified:
grass/trunk/gui/wxpython/core/utils.py
Log:
rm ref to SWIG
Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py 2013-04-24 11:04:53 UTC (rev 55975)
+++ grass/trunk/gui/wxpython/core/utils.py 2013-04-24 11:05:02 UTC (rev 55976)
@@ -182,7 +182,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