[GRASS-SVN] r65371 - grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 4 22:27:22 PDT 2015
Author: zarch
Date: 2015-06-04 22:27:22 -0700 (Thu, 04 Jun 2015)
New Revision: 65371
Modified:
grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py
Log:
pygrass: backport 65287, Remove dependencies from ctypes for the Module class
Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py 2015-06-05 05:24:38 UTC (rev 65370)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py 2015-06-05 05:27:22 UTC (rev 65371)
@@ -14,7 +14,7 @@
from grass.exceptions import CalledModuleError
from grass.script.core import Popen, PIPE
-from grass.pygrass.errors import GrassError, ParameterError
+from grass.exceptions import GrassError, ParameterError
from grass.pygrass.modules.interface.docstring import docstring_property
from grass.pygrass.modules.interface.parameter import Parameter
from grass.pygrass.modules.interface.flag import Flag
More information about the grass-commit
mailing list