]> granicus.if.org Git - python/commitdiff
Split long line.
authorTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 02:37:29 +0000 (02:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 24 Nov 2002 02:37:29 +0000 (02:37 +0000)
XXX If NormalizationTest.txt is required to run this test, why isn't it
checked into the project?

Lib/test/test_normalization.py

index 39c48a416e6514d268f07a0f81eb88e10e56dea4..fb88762bb34e71eae77fa23a87579c398ea5a65d 100644 (file)
@@ -2,9 +2,10 @@ from test.test_support import verbose, TestFailed, TestSkipped, verify
 import sys
 from unicodedata import normalize
 try:
-    data = open("NormalizationTest.txt","r").readlines()
+    data = open("NormalizationTest.txt", "r").readlines()
 except IOError:
-    raise TestSkipped("NormalizationTest.txt not found, download from http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt")
+    raise TestSkipped("NormalizationTest.txt not found, download from "
+                "http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt")
 
 class RangeError:
     pass