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/tables/otBase.py b/Lib/fontTools/ttLib/tables/otBase.py index 4866807..7b0da81 100644 --- a/Lib/fontTools/ttLib/tables/otBase.py +++ b/Lib/fontTools/ttLib/tables/otBase.py
@@ -1,6 +1,7 @@ +from __future__ import print_function +from fontTools.misc.py23 import * from .DefaultTable import DefaultTable import struct -from fontTools.misc.py23 import * class OverflowErrorRecord: def __init__(self, overflowTuple):