Ver código fonte

import decode from grass utils

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74322 15284696-431f-4ddb-bdfa-cd5b030d7da7
Stefan Blumentrath 6 anos atrás
pai
commit
df2537c0f9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      lib/python/gunittest/gmodules.py

+ 1 - 0
lib/python/gunittest/gmodules.py

@@ -11,6 +11,7 @@ for details.
 
 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