Bläddra i källkod

pygrass: remove unnecessary import

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65783 15284696-431f-4ddb-bdfa-cd5b030d7da7
Pietro Zambelli 9 år sedan
förälder
incheckning
20c1cf1e71
1 ändrade filer med 0 tillägg och 1 borttagningar
  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)