[GRASS-SVN] r65287 - grass/trunk/lib/python/pygrass/modules/interface

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 19 10:47:43 PDT 2015


Author: zarch
Date: 2015-05-19 10:47:43 -0700 (Tue, 19 May 2015)
New Revision: 65287

Modified:
   grass/trunk/lib/python/pygrass/modules/interface/module.py
Log:
pygrass: Remove dependencies from ctypes for the Module class

Modified: grass/trunk/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/interface/module.py	2015-05-19 15:27:26 UTC (rev 65286)
+++ grass/trunk/lib/python/pygrass/modules/interface/module.py	2015-05-19 17:47:43 UTC (rev 65287)
@@ -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