Przeglądaj źródła

rm ref to SWIG

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55976 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 lat temu
rodzic
commit
9239240f91
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/core/utils.py

+ 1 - 1
gui/wxpython/core/utils.py

@@ -182,7 +182,7 @@ def GetLayerNameFromCmd(dcmd, fullyQualified = False, param = None,
 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()