[GRASS-SVN] r44018 - grass/branches/releasebranch_6_4/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 24 05:52:17 EDT 2010


Author: neteler
Date: 2010-10-24 02:52:17 -0700 (Sun, 24 Oct 2010)
New Revision: 44018

Modified:
   grass/branches/releasebranch_6_4/lib/python/Makefile
Log:
activate array

Modified: grass/branches/releasebranch_6_4/lib/python/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/Makefile	2010-10-24 09:19:19 UTC (rev 44017)
+++ grass/branches/releasebranch_6_4/lib/python/Makefile	2010-10-24 09:52:17 UTC (rev 44018)
@@ -9,7 +9,7 @@
 GDIR = $(PYDIR)/grass
 DSTDIR = $(GDIR)/script
 
-MODULES = core db raster vector
+MODULES = core db raster vector array
 
 PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__)
 



More information about the grass-commit mailing list