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

A.M. Kuchling python-dev@python.org
Fri, 14 Jul 2000 06:35:10 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29451

Modified Files:
	build_ext.py 
Log Message:
Typo fix from Bastian Kleineidam  


Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** build_ext.py	2000/07/07 20:41:21	1.55
--- build_ext.py	2000/07/14 13:35:07	1.56
***************
*** 310,314 ****
  
      def get_source_files (self):
!         self.check_extension_list()
          filenames = []
  
--- 310,314 ----
  
      def get_source_files (self):
!         self.check_extensions_list(self.extensions)
          filenames = []