[GRASS-SVN] r30219 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 17 20:28:11 EST 2008
Author: cmbarton
Date: 2008-02-17 20:28:11 -0500 (Sun, 17 Feb 2008)
New Revision: 30219
Modified:
grass/trunk/gui/wxpython/wxgui.py
Log:
Clean up some debug code that I'd missed.
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2008-02-18 01:25:53 UTC (rev 30218)
+++ grass/trunk/gui/wxpython/wxgui.py 2008-02-18 01:28:11 UTC (rev 30219)
@@ -818,8 +818,6 @@
# make list of xmons that are not running
cmdlist = ["d.mon", "-L"]
- #p = subprocess.Popen(cmdlist, stdout=subprocess.PIPE)
- output = ''
p = gcmd.Command(cmdlist)
for line in p.ReadStdOutput():
More information about the grass-commit
mailing list