[GRASS-SVN] r44094 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 30 07:48:59 EDT 2010


Author: martinl
Date: 2010-10-30 04:48:59 -0700 (Sat, 30 Oct 2010)
New Revision: 44094

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py
Log:
wxGUI: do not use grass.set_fatal_exit()


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py	2010-10-30 11:47:05 UTC (rev 44093)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/sqlbuilder.py	2010-10-30 11:48:59 UTC (rev 44094)
@@ -39,7 +39,6 @@
 import wx
 
 import grass.script as grass
-grass.set_fatal_exit(False)
 
 import gcmd
 import dbm_base



More information about the grass-commit mailing list