* util/import_unicode.py: Add missing brackets around string for
python 3 support.
This commit is contained in:
parent
1ecd61a47a
commit
82f6d455bb
2 changed files with 6 additions and 1 deletions
|
@ -135,7 +135,7 @@ for line in infile:
|
|||
lastcombtype, lastmirrortype, \
|
||||
lastjoin)))
|
||||
if lastcode - begincode + 1 >= 0x200:
|
||||
print "Too long range"
|
||||
print ("Too long range")
|
||||
raise
|
||||
begincode = curcode
|
||||
lastcode = curcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue