[Python-checkins] python/dist/src/Lib trace.py,1.11,1.12

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Tue, 15 Jul 2003 03:34:04 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv32174/Lib

Modified Files:
	trace.py 
Log Message:
Make the prefix 7 spaces long, so the lines are properly aligned.


Index: trace.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/trace.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** trace.py	7 Jul 2003 16:08:47 -0000	1.11
--- trace.py	15 Jul 2003 10:34:02 -0000	1.12
***************
*** 310,314 ****
                  n_lines += 1
              elif rx_blank.match(line):
!                 outfile.write("      ")
              else:
                  # lines preceded by no marks weren't hit
--- 310,314 ----
                  n_lines += 1
              elif rx_blank.match(line):
!                 outfile.write("       ")
              else:
                  # lines preceded by no marks weren't hit