[GRASS-SVN] r60865 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 18 09:02:07 PDT 2014
Author: martinl
Date: 2014-06-18 09:02:07 -0700 (Wed, 18 Jun 2014)
New Revision: 60865
Modified:
grass/trunk/gui/wxpython/core/gthread.py
Log:
wxGUI: class description cosmetics
Modified: grass/trunk/gui/wxpython/core/gthread.py
===================================================================
--- grass/trunk/gui/wxpython/core/gthread.py 2014-06-18 15:41:01 UTC (rev 60864)
+++ grass/trunk/gui/wxpython/core/gthread.py 2014-06-18 16:02:07 UTC (rev 60865)
@@ -24,7 +24,7 @@
from core.gconsole import EVT_CMD_DONE, wxCmdDone
class gThread(threading.Thread, wx.EvtHandler):
- """Thread for scatter plot backend"""
+ """Thread for various backends"""
requestId = 0
def __init__(self, requestQ=None, resultQ=None, **kwds):
More information about the grass-commit
mailing list