[Python-checkins] CVS: distutils/distutils/command install_lib.py,1.35,1.36

Greg Ward python-dev@python.org
Sun, 1 Oct 2000 19:25:53 -0700


Update of /cvsroot/python/distutils/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13852

Modified Files:
	install_lib.py 
Log Message:
Typo fix.

Index: install_lib.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/install_lib.py,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** install_lib.py	2000/10/02 02:15:08	1.35
--- install_lib.py	2000/10/02 02:25:51	1.36
***************
*** 163,167 ****
              if self.compile:
                  bytecode_files.append(py_file + "c")
!             if self.optmize > 0:
                  bytecode_files.append(py_file + "o")
  
--- 163,167 ----
              if self.compile:
                  bytecode_files.append(py_file + "c")
!             if self.optimize > 0:
                  bytecode_files.append(py_file + "o")