[GRASS-SVN] r60863 - grass/branches/releasebranch_7_0/gui/wxpython/iscatt

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 18 08:21:42 PDT 2014


Author: martinl
Date: 2014-06-18 08:21:41 -0700 (Wed, 18 Jun 2014)
New Revision: 60863

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py
Log:
wxGUI: syntax typo


Modified: grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py	2014-06-18 15:19:52 UTC (rev 60862)
+++ grass/branches/releasebranch_7_0/gui/wxpython/iscatt/controllers.py	2014-06-18 15:21:41 UTC (rev 60863)
@@ -65,7 +65,7 @@
                                                 cats_mgr=self.cats_mgr, 
                                                 core=self.core)
 
-        self.thread = gThread();
+        self.thread = gThread()
         
         self.plots = {}
 



More information about the grass-commit mailing list