[GRASS-SVN] r58014 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 16 02:45:18 PDT 2013
Author: martinl
Date: 2013-10-16 02:45:16 -0700 (Wed, 16 Oct 2013)
New Revision: 58014
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: Removed keyword arguments from decode() to support versions of Python
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2013-10-16 09:37:27 UTC (rev 58013)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2013-10-16 09:45:16 UTC (rev 58014)
@@ -998,7 +998,7 @@
vInfo['gdal'], vInfo['proj4'], vInfo['geos'], vInfo['sqlite'],
platform.python_version(),
wx.__version__,
- _("Platform"), platform.platform().decode('utf8', errors='replace'), osgeo4w),
+ _("Platform"), platform.platform().decode('utf8', 'replace'), osgeo4w),
priority = 2)
self._gconsole.WriteCmdLog(' ')
More information about the grass-commit
mailing list