aboutsummaryrefslogtreecommitdiff
path: root/Tests/ttLib/tables/_f_v_a_r_test.py
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 19:50:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 19:50:47 +0000
commitc1d5ba5438b639565b0c35ab2cd58555d0fa7645 (patch)
tree8e925d800e27f7a70c2b6a131b14526bc0f095b5 /Tests/ttLib/tables/_f_v_a_r_test.py
parente1b35f63e591692e058ad7840300992934b7f89e (diff)
parent78e33b81215ce3f9eff141df5eb171e107b4d315 (diff)
downloadfonttools-c1d5ba5438b639565b0c35ab2cd58555d0fa7645.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/fonttools/+/1662591 Change-Id: I320f739007bc6b73cfd2bba0f4f6c69f3510d0fd
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