commit | 3ec6a258238b6068e4eef3fe579f1f5c0a06bbba | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 04:57:33 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 04:57:33 2013 -0500 |
tree | 99955ae91b9a1ca840a53a0b05dcf8861403a80e | |
parent | d7e8d81a7a450ac186c147fcc1ae61fa214e7cad [diff] [blame] |
2to3 --fix=print with manual fixup
diff --git a/Lib/fontTools/ttLib/sfnt.py b/Lib/fontTools/ttLib/sfnt.py index 2248236..d69b7b7 100644 --- a/Lib/fontTools/ttLib/sfnt.py +++ b/Lib/fontTools/ttLib/sfnt.py
@@ -90,7 +90,7 @@ assert checksum == entry.checksum, "bad checksum for '%s' table" % tag elif checksum != entry.checkSum: # Be friendly, and just print a warning. - print "bad checksum for '%s' table" % tag + print("bad checksum for '%s' table" % tag) return data def __delitem__(self, tag):