commit | 1ae29591efbb29492ce05378909ccf4028d7c1ee | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 14 15:07:50 2014 +0800 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Jan 14 15:07:50 2014 +0800 |
tree | addedd3365dd7c6492ddbceec0298d006797fb5b | |
parent | f5d123be5e342d91c2fa964ddae2844bc633d08e [diff] [blame] |
from __future__ import absolute_import Such that our Python 2 is closer to Python 3. Part of https://github.com/behdad/fonttools/issues/77
diff --git a/Lib/fontTools/misc/arrayTools.py b/Lib/fontTools/misc/arrayTools.py index c05e195..0daabd9 100644 --- a/Lib/fontTools/misc/arrayTools.py +++ b/Lib/fontTools/misc/arrayTools.py
@@ -4,7 +4,7 @@ # -from __future__ import print_function, division +from __future__ import print_function, division, absolute_import from fontTools.misc.py23 import * import math