[GRASS-SVN] r36691 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 11 21:17:56 EDT 2009


Author: hcho
Date: 2009-04-11 21:17:56 -0400 (Sat, 11 Apr 2009)
New Revision: 36691

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
Oops! No tabs

Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-04-12 01:15:12 UTC (rev 36690)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-04-12 01:17:56 UTC (rev 36691)
@@ -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