[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.11,1.12

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 26 Jan 2001 17:31:37 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv6910

Modified Files:
	Setup.dist 
Log Message:
Put back the path component for the Tkinter modules


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** Setup.dist	2001/01/17 22:17:16	1.11
--- Setup.dist	2001/01/27 01:31:35	1.12
***************
*** 80,83 ****
--- 80,86 ----
  MACHDEPPATH=:plat-$(MACHDEP)
  
+ # Path component for the Tkinter-related modules
+ TKPATH=:lib-tk
+ 
  COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(TKPATH)
  PYTHONPATH=$(COREPYTHONPATH)