[Python-checkins] CVS: python/dist/src/Mac/scripts genpluginprojects.py,1.19,1.20

Jack Jansen jackjansen@users.sourceforge.net
Wed, 29 Aug 2001 15:08:08 -0700


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv12017/Python/Mac/scripts

Modified Files:
	genpluginprojects.py 
Log Message:
Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite.

Index: genpluginprojects.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/genpluginprojects.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** genpluginprojects.py	2001/08/23 13:48:49	1.19
--- genpluginprojects.py	2001/08/29 22:08:06	1.20
***************
*** 110,114 ****
--- 110,117 ----
  	genpluginproject("all", "_weakref", sources=["_weakref.c"])
  	genpluginproject("all", "_symtable", sources=["symtablemodule.c"])
+ 	# Example/test modules
  	genpluginproject("all", "_testcapi")
+ 	genpluginproject("all", "xx")
+ 	genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"])
  	
  	# bgen-generated Toolbox modules