aboutsummaryrefslogtreecommitdiff
path: root/Tests/ttLib/tables/_f_v_a_r_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ttLib/tables/_f_v_a_r_test.py')
-rw-r--r--Tests/ttLib/tables/_f_v_a_r_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ttLib/tables/_f_v_a_r_test.py b/Tests/ttLib/tables/_f_v_a_r_test.py
index 54c44ebc..2ac5237f 100644
--- a/Tests/ttLib/tables/_f_v_a_r_test.py
+++ b/Tests/ttLib/tables/_f_v_a_r_test.py
@@ -1,10 +1,10 @@
-from fontTools.misc.py23 import *
from fontTools.misc.testTools import parseXML
from fontTools.misc.textTools import deHexStr
from fontTools.misc.xmlWriter import XMLWriter
from fontTools.ttLib import TTLibError
from fontTools.ttLib.tables._f_v_a_r import table__f_v_a_r, Axis, NamedInstance
from fontTools.ttLib.tables._n_a_m_e import table__n_a_m_e, NameRecord
+from io import BytesIO
import unittest