Browse Source

wxGUI: syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60862 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
1fcd028ec2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/iscatt/controllers.py

+ 1 - 1
gui/wxpython/iscatt/controllers.py

@@ -65,7 +65,7 @@ class ScattsManager:
                                                 cats_mgr=self.cats_mgr, 
                                                 core=self.core)
 
-        self.thread = gThread();
+        self.thread = gThread()
         
         self.plots = {}