aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nototools/unichr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nototools/unichr.patch')
-rw-r--r--testing/nototools/unichr.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nototools/unichr.patch b/testing/nototools/unichr.patch
new file mode 100644
index 0000000000..325e8aaf6e
--- /dev/null
+++ b/testing/nototools/unichr.patch
@@ -0,0 +1,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: