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