[GRASS-SVN] r67772 - grass/branches/releasebranch_7_0/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 7 13:56:11 PST 2016
Author: annakrat
Date: 2016-02-07 13:56:11 -0800 (Sun, 07 Feb 2016)
New Revision: 67772
Modified:
grass/branches/releasebranch_7_0/gui/wxpython/gui_core/widgets.py
Log:
wxGUI: remove print statement coming from r67627, merge from trunk r67701
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gui_core/widgets.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gui_core/widgets.py 2016-02-07 21:53:00 UTC (rev 67771)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gui_core/widgets.py 2016-02-07 21:56:11 UTC (rev 67772)
@@ -106,7 +106,6 @@
try:
self.classObject.InsertPage(self.widget, **kwargs)
except TypeError, e: # documentation says 'index', but certain versions of wx require 'n'
- print e
kwargs['n'] = kwargs['index']
del kwargs['index']
self.classObject.InsertPage(self.widget, **kwargs)
More information about the grass-commit
mailing list