[GRASS-SVN] r36780 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 18 08:33:43 EDT 2009


Author: martinl
Date: 2009-04-18 08:33:43 -0400 (Sat, 18 Apr 2009)
New Revision: 36780

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
no tabs (r36691)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-04-18 12:32:36 UTC (rev 36779)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-04-18 12:33:43 UTC (rev 36780)
@@ -696,10 +696,10 @@
             elif value == 'None':
                 value = None
             elif ':' in value: # -> color
-		try:
+                try:
                     value = tuple(map(int, value.split(':')))
-		except ValueError: # -> string
-		    pass
+                except ValueError: # -> string
+                    pass
             else:
                 try:
                     value = int(value)



More information about the grass-commit mailing list