[GRASS-SVN] r65594 - grass/trunk/lib/python/pygrass/modules/interface

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 15 10:26:25 PDT 2015


Author: zarch
Date: 2015-07-15 10:26:24 -0700 (Wed, 15 Jul 2015)
New Revision: 65594

Modified:
   grass/trunk/lib/python/pygrass/modules/interface/module.py
Log:
pygrass: Add unicode variable to support python3

Modified: grass/trunk/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/interface/module.py	2015-07-15 08:24:44 UTC (rev 65593)
+++ grass/trunk/lib/python/pygrass/modules/interface/module.py	2015-07-15 17:26:24 UTC (rev 65594)
@@ -20,6 +20,7 @@
     from itertools import izip_longest as zip_longest
 else:
     from itertools import zip_longest
+    unicode = str
 
 
 def _get_bash(self, *args, **kargs):



More information about the grass-commit mailing list