[GRASS-SVN] r56763 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 17 22:11:53 PDT 2013


Author: hamish
Date: 2013-06-17 22:11:53 -0700 (Mon, 17 Jun 2013)
New Revision: 56763

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_core/forms.py
   grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
Log:
import the regex lib too (#2011)

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/forms.py	2013-06-18 02:13:31 UTC (rev 56762)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/forms.py	2013-06-18 05:11:53 UTC (rev 56763)
@@ -54,6 +54,7 @@
 import locale
 from threading import Thread
 import Queue
+import re
 
 gisbase = os.getenv("GISBASE")
 if gisbase is None:

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py	2013-06-18 02:13:31 UTC (rev 56762)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/ghelp.py	2013-06-18 05:11:53 UTC (rev 56763)
@@ -20,6 +20,7 @@
 
 import os
 import sys
+import re
 import codecs
 import platform
 



More information about the grass-commit mailing list