commit | 32c10eecffb4923e0721c395e4b80fb732543f18 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:46:17 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Nov 28 17:32:42 2013 -0500 |
tree | 3b11e8c7abdcca1fcb605899ca4904609e44f4d0 | |
parent | a030a0d25fb6c4829e739cc8f095fb390414e248 [diff] [blame] |
py23 from __future__ import division and adjust divisions
diff --git a/Lib/fontTools/ttx.py b/Lib/fontTools/ttx.py index 7e5e41b..5566766 100644 --- a/Lib/fontTools/ttx.py +++ b/Lib/fontTools/ttx.py
@@ -66,7 +66,7 @@ """ -from __future__ import print_function +from __future__ import print_function, division from fontTools.misc.py23 import * from fontTools.ttLib import TTFont, TTLibError from fontTools.ttLib.tables.otBase import OTLOffsetOverflowError