commit | 30e691edd056ba22fa8970280e986747817bec3d | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:27:45 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:27:45 2013 -0500 |
tree | d32b5359635b6cbca8879ce161e8ccc0a89864dd | |
parent | cfeafd79cd04f3cb16a72dad574af0aeae4f509d [diff] [blame] |
py23 from __future__ import print_function
diff --git a/Lib/fontTools/ttLib/sfnt.py b/Lib/fontTools/ttLib/sfnt.py index 7115572..77bb8f1 100644 --- a/Lib/fontTools/ttLib/sfnt.py +++ b/Lib/fontTools/ttLib/sfnt.py
@@ -12,9 +12,10 @@ a table's length chages you need to rewrite the whole file anyway. """ -import struct -from fontTools.misc import sstruct +from __future__ import print_function from fontTools.misc.py23 import * +from fontTools.misc import sstruct +import struct class SFNTReader: