瀏覽代碼

no grass module, see https://trac.osgeo.org/grass/changeset/37345

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37346 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
c7f90708b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/Makefile

+ 1 - 1
lib/python/Makefile

@@ -7,7 +7,7 @@ PYDIR = $(ETC)/python
 GDIR = $(PYDIR)/grass
 GDIR = $(PYDIR)/grass
 DSTDIR = $(GDIR)/script
 DSTDIR = $(GDIR)/script
 
 
-MODULES = grass core db raster vector
+MODULES = core db raster vector
 
 
 PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
 PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)