commit | 7ed91eca1eaa96b79eae780778e89bb9ec44c1ee | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 15:16:28 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 15:25:00 2013 -0500 |
tree | 23e7d371aa0671db7effb666a79a8e2a985d46b7 | |
parent | 36e20ff47317ef4f9ec47b52d267f0bf97138192 [diff] [blame] |
py23 import in all nontrivial source files and unused import cleanup
diff --git a/Lib/fontTools/misc/arrayTools.py b/Lib/fontTools/misc/arrayTools.py index 2a3c225..dad9e85 100644 --- a/Lib/fontTools/misc/arrayTools.py +++ b/Lib/fontTools/misc/arrayTools.py
@@ -5,6 +5,7 @@ import math +from .py23 import * def calcBounds(array): """Return the bounding rectangle of a 2D points array as a tuple: