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/tables/ttProgram.py b/Lib/fontTools/ttLib/tables/ttProgram.py index 92dd0e2..5996b5c 100644 --- a/Lib/fontTools/ttLib/tables/ttProgram.py +++ b/Lib/fontTools/ttLib/tables/ttProgram.py
@@ -406,5 +406,5 @@ p.fromBytecode(bc) asm = p.getAssembly() p.fromAssembly(asm) - print bc == p.getBytecode() + print(bc == p.getBytecode())