[GRASS-SVN] r65528 - grass/trunk/lib/python/script

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 1 12:49:27 PDT 2015


Author: martinl
Date: 2015-07-01 12:49:27 -0700 (Wed, 01 Jul 2015)
New Revision: 65528

Modified:
   grass/trunk/lib/python/script/core.py
Log:
revert r64834, causes #2634


Modified: grass/trunk/lib/python/script/core.py
===================================================================
--- grass/trunk/lib/python/script/core.py	2015-07-01 19:42:55 UTC (rev 65527)
+++ grass/trunk/lib/python/script/core.py	2015-07-01 19:49:27 UTC (rev 65528)
@@ -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