[GRASS-SVN] r74322 - grass/trunk/lib/python/gunittest
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 27 14:57:18 PDT 2019
Author: sbl
Date: 2019-03-27 14:57:18 -0700 (Wed, 27 Mar 2019)
New Revision: 74322
Modified:
grass/trunk/lib/python/gunittest/gmodules.py
Log:
import decode from grass utils
Modified: grass/trunk/lib/python/gunittest/gmodules.py
===================================================================
--- grass/trunk/lib/python/gunittest/gmodules.py 2019-03-27 21:38:46 UTC (rev 74321)
+++ grass/trunk/lib/python/gunittest/gmodules.py 2019-03-27 21:57:18 UTC (rev 74322)
@@ -11,6 +11,7 @@
import subprocess
from grass.script.core import start_command
+from grass.script.utils import decode
from grass.exceptions import CalledModuleError
from grass.pygrass.modules import Module
More information about the grass-commit
mailing list