]> granicus.if.org Git - python/commitdiff
Oops! Forgot the closing paren.
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 22:52:30 +0000 (22:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 22:52:30 +0000 (22:52 +0000)
Lib/test/test_mhlib.py

index b258e9901892d734193a202e87ecf2fceedaf9db..3c675ae501e08238795d020dd0947e61c77a14b3 100644 (file)
@@ -13,7 +13,7 @@ import sys
 import mhlib
 
 if (sys.platform.startswith("win") or sys.platform=="riscos" or
-      sys.platform.startswith("atheos"):
+      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
     # here, like the "OSError: [Errno 17] File exists" raised on Windows.