[Python-checkins] python/dist/src/PCbuild build_ssl.py,1.2,1.3

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 08:25:53 CEST 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32605

Modified Files:
	build_ssl.py 
Log Message:
Whitespace normalization, via reindent.py.


Index: build_ssl.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/build_ssl.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build_ssl.py	3 Dec 2002 21:00:29 -0000	1.2
--- build_ssl.py	18 Jul 2004 06:25:50 -0000	1.3
***************
*** 119,123 ****
              # to exclude any "nmake" commands and then execute.
              tempname = "ms\\32all_py.bat"
!             
              in_bat  = open("ms\\32all.bat")
              temp_bat = open(tempname,"w")
--- 119,123 ----
              # to exclude any "nmake" commands and then execute.
              tempname = "ms\\32all_py.bat"
! 
              in_bat  = open("ms\\32all.bat")
              temp_bat = open(tempname,"w")



More information about the Python-checkins mailing list