[GRASS-SVN] r71864 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 28 06:44:34 PST 2017


Author: annakrat
Date: 2017-11-28 06:44:34 -0800 (Tue, 28 Nov 2017)
New Revision: 71864

Modified:
   grass/trunk/gui/wxpython/core/toolboxes.py
Log:
wxGUI/toolboxes: fix test

Modified: grass/trunk/gui/wxpython/core/toolboxes.py
===================================================================
--- grass/trunk/gui/wxpython/core/toolboxes.py	2017-11-28 14:40:43 UTC (rev 71863)
+++ grass/trunk/gui/wxpython/core/toolboxes.py	2017-11-28 14:44:34 UTC (rev 71864)
@@ -419,7 +419,7 @@
     ...   </toolbox>
     ... </toolboxes>''')
     >>> _expandToolboxes(menu, toolboxes)
-    >>> print etree.tostring(menu)
+    >>> print(etree.tostring(menu))
     <toolbox name="Raster">
       <label>&Raster</label>
       <items>



More information about the grass-commit mailing list