blob: 325e8aaf6e2a119eae334da9ae3de48a00224f0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -upr a/nototools/unicode_data.py b/nototools/unicode_data.py
--- a/nototools/unicode_data.py 2016-07-18 23:42:00.000000000 +0200
+++ b/nototools/unicode_data.py 2016-12-16 01:26:52.293428181 +0100
@@ -33,7 +33,6 @@ from os import path
import re
import sys
-from fontTools.misc.py23 import unichr
try:
import unicodedata2 as unicodedata # Unicode 8 compliant native lib
except ImportError:
|