aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/agl.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/agl.py')
-rw-r--r--Lib/fontTools/agl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/agl.py b/Lib/fontTools/agl.py
index 4f7ff920..cc286e42 100644
--- a/Lib/fontTools/agl.py
+++ b/Lib/fontTools/agl.py
@@ -26,7 +26,7 @@ This is used by fontTools when it has to construct glyph names for a font which
doesn't include any (e.g. format 3.0 post tables).
"""
-from fontTools.misc.py23 import tostr
+from fontTools.misc.textTools import tostr
import re