[GRASS-SVN] r65783 - grass/trunk/lib/python/pygrass
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 27 05:27:02 PDT 2015
Author: zarch
Date: 2015-07-27 05:27:02 -0700 (Mon, 27 Jul 2015)
New Revision: 65783
Modified:
grass/trunk/lib/python/pygrass/utils.py
Log:
pygrass: remove unnecessary import
Modified: grass/trunk/lib/python/pygrass/utils.py
===================================================================
--- grass/trunk/lib/python/pygrass/utils.py 2015-07-27 11:56:12 UTC (rev 65782)
+++ grass/trunk/lib/python/pygrass/utils.py 2015-07-27 12:27:02 UTC (rev 65783)
@@ -295,7 +295,6 @@
sys.path.append(os.path.abspath(path))
else:
# running from GRASS GIS session
- from grass.pygrass.utils import get_lib_path
path = get_lib_path(modulename, dirname)
if path is None:
raise ImportError("Not able to find the path %s directory." % path)
More information about the grass-commit
mailing list