[Python-checkins] CVS: python/dist/src/Lib/distutils/command install.py,1.54,1.55

A.M. Kuchling python-dev@python.org
Tue, 19 Dec 2000 16:48:15 -0800


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory usw-pr-cvs1:/tmp/cvs-serv4764

Modified Files:
	install.py 
Log Message:
Add forgotten initialization.  Fixes bug #120994, "Traceback with
    DISTUTILS_DEBUG set"


Index: install.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/install.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** install.py	2000/10/14 04:06:40	1.54
--- install.py	2000/12/20 00:48:12	1.55
***************
*** 147,150 ****
--- 147,151 ----
  
          self.compile = None
+         self.no_compile = None
          self.optimize = None