[Python-checkins] CVS: python/dist/src/Tools/scripts fixdiv.py,1.5,1.6

Tim Peters tim_one@users.sourceforge.net
Mon, 03 Sep 2001 23:37:30 -0700


Update of /cvsroot/python/python/dist/src/Tools/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv24638/python/Tools/scripts

Modified Files:
	fixdiv.py 
Log Message:
Whitespace normalization.


Index: fixdiv.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/scripts/fixdiv.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fixdiv.py	2001/09/04 03:51:09	1.5
--- fixdiv.py	2001/09/04 06:37:28	1.6
***************
*** 231,238 ****
                      print "*", line
                  elif intlong and not floatcomplex:
!                         print "%dc%d" % (row, row)
!                         print "<", line
!                         print "---"
!                         print ">", line[:col] + "/" + line[col:]
                  elif floatcomplex and not intlong:
                      print "True division / operator at line %d:" % row
--- 231,238 ----
                      print "*", line
                  elif intlong and not floatcomplex:
!                     print "%dc%d" % (row, row)
!                     print "<", line
!                     print "---"
!                     print ">", line[:col] + "/" + line[col:]
                  elif floatcomplex and not intlong:
                      print "True division / operator at line %d:" % row