[GRASS-SVN] r35739 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 2 16:20:26 EST 2009


Author: martinl
Date: 2009-02-02 16:20:25 -0500 (Mon, 02 Feb 2009)
New Revision: 35739

Modified:
   grass/trunk/gui/wxpython/gui_modules/utils.py
Log:
fix typo


Modified: grass/trunk/gui/wxpython/gui_modules/utils.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/utils.py	2009-02-02 21:12:54 UTC (rev 35738)
+++ grass/trunk/gui/wxpython/gui_modules/utils.py	2009-02-02 21:20:25 UTC (rev 35739)
@@ -336,7 +336,7 @@
         scmd += ' %s=%s' % (k, v)
     return scmd
 
-def CmdToTuple(self, cmd):
+def CmdToTuple(cmd):
     """Convert command list to tuple for gcmd.RunCommand()"""
     if len(cmd) < 1:
         return None



More information about the grass-commit mailing list