[GRASS-SVN] r32508 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 4 05:36:34 EDT 2008
Author: martinl
Date: 2008-08-04 05:36:34 -0400 (Mon, 04 Aug 2008)
New Revision: 32508
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: remove debug messages, update r32507)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2008-08-04 09:31:14 UTC (rev 32507)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py 2008-08-04 09:36:34 UTC (rev 32508)
@@ -906,14 +906,10 @@
not (c >= 'a' and c <= 'z') and \
not (c >= '0' and c <= '9'):
c = '_'
-
- print retName
-
+
if not (retName[0] >= 'A' and retName[0] <= 'Z') and \
not (retName[0] >= 'a' and retName[0] <= 'z'):
- print retName
retName = 'x' + retName[1:]
- print retName
return retName
More information about the grass-commit
mailing list