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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 19 16:19:57 EDT 2011


Author: martinl
Date: 2011-04-19 13:19:57 -0700 (Tue, 19 Apr 2011)
New Revision: 46043

Modified:
   grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py
Log:
remove redundant call of CheckForWx()


Modified: grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py	2011-04-19 20:11:18 UTC (rev 46042)
+++ grass/trunk/gui/wxpython/gui_modules/mcalc_builder.py	2011-04-19 20:19:57 UTC (rev 46043)
@@ -21,8 +21,6 @@
 import time
 
 import globalvar
-if not os.getenv("GRASS_WXBUNDLED"):
-    globalvar.CheckForWx()
 import wx
 
 import grass.script as grass



More information about the grass-commit mailing list