Convert raise statements in Tools/.

This commit is contained in:
Collin Winter 2007-08-22 23:05:06 +00:00
parent 2d7f6a079d
commit a817e5894b
16 changed files with 29 additions and 29 deletions

View file

@ -1,7 +1,7 @@
import re, unicodedata, sys
if sys.maxunicode == 65535:
raise RuntimeError, "need UCS-4 Python"
raise RuntimeError("need UCS-4 Python")
def gen_category(cats):
for i in range(0, 0x110000):