소스 검색

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 = {}