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, 0 insertions, 11 deletions
diff --git a/testing/nototools/unichr.patch b/testing/nototools/unichr.patch
deleted file mode 100644
index 325e8aaf6e..0000000000
--- a/testing/nototools/unichr.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-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: