[GRASS-SVN] r65461 - grass/branches/releasebranch_7_0/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 14 03:25:16 PDT 2015


Author: wenzeslaus
Date: 2015-06-14 03:25:16 -0700 (Sun, 14 Jun 2015)
New Revision: 65461

Modified:
   grass/branches/releasebranch_7_0/lib/python/Makefile
Log:
pythonlib: remove gunittest from Makefile (accidentally backported in r65439)

Modified: grass/branches/releasebranch_7_0/lib/python/Makefile
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/Makefile	2015-06-13 23:06:13 UTC (rev 65460)
+++ grass/branches/releasebranch_7_0/lib/python/Makefile	2015-06-14 10:25:16 UTC (rev 65461)
@@ -5,7 +5,7 @@
 
 PYDIR = $(ETC)/python/grass
 
-SUBDIRS = exceptions script ctypes temporal pygrass pydispatch imaging gunittest
+SUBDIRS = exceptions script ctypes temporal pygrass pydispatch imaging
 
 default: $(PYDIR)/__init__.py
 	$(MAKE) subdirs



More information about the grass-commit mailing list