Fix imports in t2CharStringPen
We don't need the array module here, and it looks like py23.* should be imported everywhere.
This commit is contained in:
parent
82e53f020c
commit
e85b975f3a
@ -3,8 +3,8 @@
|
||||
|
||||
|
||||
from __future__ import print_function, division, absolute_import
|
||||
from array import array
|
||||
|
||||
from fontTools.misc.py23 import *
|
||||
from fontTools.misc.psCharStrings import T2CharString
|
||||
from fontTools.pens.basePen import BasePen
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user