[Python-checkins] python/dist/src/Lib/test test_mhlib.py,1.9,1.10

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 04 Aug 2002 15:52:33 -0700


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

Modified Files:
	test_mhlib.py 
Log Message:
Oops!  Forgot the closing paren.


Index: test_mhlib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_mhlib.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** test_mhlib.py	4 Aug 2002 22:35:31 -0000	1.9
--- test_mhlib.py	4 Aug 2002 22:52:30 -0000	1.10
***************
*** 14,18 ****
  
  if (sys.platform.startswith("win") or sys.platform=="riscos" or
!       sys.platform.startswith("atheos"):
      # mhlib.updateline() renames a file to the name of a file that already
      # exists.  That causes a reasonable OS <wink> to complain in test_sequence
--- 14,18 ----
  
  if (sys.platform.startswith("win") or sys.platform=="riscos" or
!       sys.platform.startswith("atheos")):
      # mhlib.updateline() renames a file to the name of a file that already
      # exists.  That causes a reasonable OS <wink> to complain in test_sequence