git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63943 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -198,7 +198,7 @@ def GetValidLayerName(name):
.. todo::
Better use directly Ctypes to reuse venerable libgis C fns...
"""
- retName = str(name).strip()
+ retName = name.strip()
# check if name is fully qualified
if '@' in retName: