aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc/eexec.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fontTools/misc/eexec.py')
-rw-r--r--Lib/fontTools/misc/eexec.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/fontTools/misc/eexec.py b/Lib/fontTools/misc/eexec.py
index 36719a1c..71f733c1 100644
--- a/Lib/fontTools/misc/eexec.py
+++ b/Lib/fontTools/misc/eexec.py
@@ -12,7 +12,8 @@ the new key at the end of the operation.
"""
-from fontTools.misc.py23 import *
+from fontTools.misc.py23 import bytechr, bytesjoin, byteord
+
def _decryptChar(cipher, R):
cipher = byteord(cipher)