[GRASS-SVN] r64322 - grass/trunk/gui/wxpython/iclass
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 26 02:58:00 PST 2015
Author: neteler
Date: 2015-01-26 02:58:00 -0800 (Mon, 26 Jan 2015)
New Revision: 64322
Modified:
grass/trunk/gui/wxpython/iclass/frame.py
Log:
wxGUI iclass: fix indentation
Modified: grass/trunk/gui/wxpython/iclass/frame.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/frame.py 2015-01-25 17:56:33 UTC (rev 64321)
+++ grass/trunk/gui/wxpython/iclass/frame.py 2015-01-26 10:58:00 UTC (rev 64322)
@@ -86,7 +86,7 @@
firstMap = Map(), secondMap = Map(),
**kwargs)
self._giface = giface
- self.tree = None
+ self.tree = None
self.mapWindowProperties = MapWindowProperties()
self.mapWindowProperties.setValuesFromUserSettings()
# show computation region by defaut
More information about the grass-commit
mailing list