[GRASS-SVN] r65527 - grass/branches/releasebranch_7_0/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 1 12:42:55 PDT 2015


Author: martinl
Date: 2015-07-01 12:42:55 -0700 (Wed, 01 Jul 2015)
New Revision: 65527

Modified:
   grass/branches/releasebranch_7_0/lib/python/script/core.py
Log:
revert r65462, causes #2634


Modified: grass/branches/releasebranch_7_0/lib/python/script/core.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/script/core.py	2015-06-29 16:02:55 UTC (rev 65526)
+++ grass/branches/releasebranch_7_0/lib/python/script/core.py	2015-07-01 19:42:55 UTC (rev 65527)
@@ -34,8 +34,6 @@
 # i18N
 import gettext
 gettext.install('grasslibs', os.path.join(os.getenv("GISBASE"), 'locale'))
-import __builtin__
-__builtin__.__dict__['_'] = __builtin__.__dict__['_'].im_self.lgettext
 
 # subprocess wrapper that uses shell on Windows
 



More information about the grass-commit mailing list