[Python-checkins] python/dist/src/Lib/test test_threadsignals.py, 1.6, 1.7

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sat Aug 7 08:03:12 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25161/Lib/test

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


Index: test_threadsignals.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_threadsignals.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_threadsignals.py	4 Aug 2004 14:22:56 -0000	1.6
--- test_threadsignals.py	7 Aug 2004 06:03:09 -0000	1.7
***************
*** 70,74 ****
  def test_main():
      global signal_blackboard
!     
      signal_blackboard = { signal.SIGUSR1 : {'tripped': 0, 'tripped_by': 0 },
                            signal.SIGUSR2 : {'tripped': 0, 'tripped_by': 0 },
--- 70,74 ----
  def test_main():
      global signal_blackboard
! 
      signal_blackboard = { signal.SIGUSR1 : {'tripped': 0, 'tripped_by': 0 },
                            signal.SIGUSR2 : {'tripped': 0, 'tripped_by': 0 },



More information about the Python-checkins mailing list