[GRASS-SVN] r73032 - grass/trunk/gui/wxpython/tplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 2 23:09:27 PDT 2018
Author: lucadelu
Date: 2018-08-02 23:09:27 -0700 (Thu, 02 Aug 2018)
New Revision: 73032
Modified:
grass/trunk/gui/wxpython/tplot/frame.py
Log:
g.gui.tplot: working on #3612
Modified: grass/trunk/gui/wxpython/tplot/frame.py
===================================================================
--- grass/trunk/gui/wxpython/tplot/frame.py 2018-08-03 05:50:49 UTC (rev 73031)
+++ grass/trunk/gui/wxpython/tplot/frame.py 2018-08-03 06:09:27 UTC (rev 73032)
@@ -124,6 +124,7 @@
self.plotNameListR = []
self.plotNameListV = []
self.poi = None
+ self.csvpath = None
def __del__(self):
"""Close the database interface and stop the messenger and C-interface
More information about the grass-commit
mailing list