[GRASS-SVN] r57840 - grass/trunk/gui/wxpython/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 25 10:56:10 PDT 2013


Author: wenzeslaus
Date: 2013-09-25 10:56:09 -0700 (Wed, 25 Sep 2013)
New Revision: 57840

Modified:
   grass/trunk/gui/wxpython/tools/build_modules_xml.py
Log:
wxGUI/toolboxes: removing unintentionally committed debug line from r57815

Modified: grass/trunk/gui/wxpython/tools/build_modules_xml.py
===================================================================
--- grass/trunk/gui/wxpython/tools/build_modules_xml.py	2013-09-25 13:15:32 UTC (rev 57839)
+++ grass/trunk/gui/wxpython/tools/build_modules_xml.py	2013-09-25 17:56:09 UTC (rev 57840)
@@ -73,7 +73,6 @@
     >>> get_module_metadata('m.proj')
     ('Converts coordinates from one projection to another (cs2cs frontend).', ['miscellaneous', 'projection'])
     """
-    task = gtask.parse_interface(name)
     try:
         task = gtask.parse_interface(name)
     except:



More information about the grass-commit mailing list