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/misc/arrayTools.py b/Lib/fontTools/misc/arrayTools.py index dad9e85..cab3066 100644 --- a/Lib/fontTools/misc/arrayTools.py +++ b/Lib/fontTools/misc/arrayTools.py
@@ -4,8 +4,9 @@ # +from __future__ import print_function +from fontTools.misc.py23 import * import math -from .py23 import * def calcBounds(array): """Return the bounding rectangle of a 2D points array as a tuple: