[Python-checkins] python/dist/src/Lib/distutils ccompiler.py,1.50,1.51

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Tue, 05 Nov 2002 12:27:21 -0800


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

Modified Files:
	ccompiler.py 
Log Message:
Repair inconsistent use of tabs and spaces.


Index: ccompiler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/ccompiler.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** ccompiler.py	5 Nov 2002 16:11:53 -0000	1.50
--- ccompiler.py	5 Nov 2002 20:27:17 -0000	1.51
***************
*** 590,594 ****
          language_map, and language_order to do the job.
          """
! 	if type(sources) is not ListType:
              sources = [sources]
          lang = None
--- 590,594 ----
          language_map, and language_order to do the job.
          """
!         if type(sources) is not ListType:
              sources = [sources]
          lang = None