Update Tests/ttLib/tables/_n_a_m_e_test.py
Co-authored-by: Just van Rossum <justvanrossum@gmail.com>
This commit is contained in:
parent
d5406feed7
commit
4a0b559caf
@ -7,7 +7,7 @@ from io import BytesIO
|
|||||||
import struct
|
import struct
|
||||||
import unittest
|
import unittest
|
||||||
from fontTools import ttLib
|
from fontTools import ttLib
|
||||||
from fontTools.ttLib import newTable
|
from fontTools.ttLib import TTFont, newTable
|
||||||
from fontTools.ttLib.tables._n_a_m_e import (
|
from fontTools.ttLib.tables._n_a_m_e import (
|
||||||
table__n_a_m_e, NameRecord, nameRecordFormat, nameRecordSize, makeName, log)
|
table__n_a_m_e, NameRecord, nameRecordFormat, nameRecordSize, makeName, log)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user