소스 검색

import decode from grass utils

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74322 15284696-431f-4ddb-bdfa-cd5b030d7da7
Stefan Blumentrath 6 년 전
부모
커밋
df2537c0f9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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