aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/asciiTable.py
diff options
context:
space:
mode:
authorRod S <rsheeter@google.com>2022-03-25 12:41:45 -0700
committerSeigo Nonaka <nona@google.com>2022-03-25 12:49:44 -0700
commit0b59a54a78ee22be83fe249c724c19ebd7d26ede (patch)
tree98d81cb66669c50af608fd8a844e22039a00f5ae /Lib/fontTools/ttLib/tables/asciiTable.py
parent7464785773cfc59c180c0dbd4b8f91dbe9d5c49f (diff)
downloadfonttools-0b59a54a78ee22be83fe249c724c19ebd7d26ede.tar.gz
Update FontTools to 4.31.2 to gain access to iterSubTables.
Needed to facilitate implementation of additional emoji font validation. Ran tools/external_updater/updater.sh update fonttools Bug: 226676748 Test: will run presubmit Test: m fontchain_lint Change-Id: I1207eea8394848bd2ef5040de9aebc8f940b1d96
Diffstat (limited to 'Lib/fontTools/ttLib/tables/asciiTable.py')
-rw-r--r--Lib/fontTools/ttLib/tables/asciiTable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/ttLib/tables/asciiTable.py b/Lib/fontTools/ttLib/tables/asciiTable.py
index 7b036c8e..a97d92df 100644
--- a/Lib/fontTools/ttLib/tables/asciiTable.py
+++ b/Lib/fontTools/ttLib/tables/asciiTable.py
@@ -1,4 +1,4 @@
-from fontTools.misc.py23 import strjoin, tobytes, tostr
+from fontTools.misc.textTools import strjoin, tobytes, tostr
from . import DefaultTable