Преглед изворни кода

wxGUI: syntax typo

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60863 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 11 година
родитељ
комит
7f4150b310
1 измењених фајлова са 1 додато и 1 уклоњено
  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 = {}