[GRASS-SVN] r60862 - grass/trunk/gui/wxpython/iscatt

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 18 08:19:53 PDT 2014


Author: martinl
Date: 2014-06-18 08:19:52 -0700 (Wed, 18 Jun 2014)
New Revision: 60862

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

Modified: grass/trunk/gui/wxpython/iscatt/controllers.py
===================================================================
--- grass/trunk/gui/wxpython/iscatt/controllers.py	2014-06-18 08:52:08 UTC (rev 60861)
+++ grass/trunk/gui/wxpython/iscatt/controllers.py	2014-06-18 15:19:52 UTC (rev 60862)
@@ -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