Explorar o código

pygrass: remove unnecessary import

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65783 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli %!s(int64=9) %!d(string=hai) anos
pai
achega
20c1cf1e71
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/python/pygrass/utils.py

+ 0 - 1
lib/python/pygrass/utils.py

@@ -295,7 +295,6 @@ def set_path(modulename, dirname, path='.'):
         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)