Split long line.

XXX If NormalizationTest.txt is required to run this test, why isn't it
checked into the project?
This commit is contained in:
Tim Peters 2002-11-24 02:37:29 +00:00
parent 77c06fbf94
commit b9ac505110
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
try:
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