提交 eb1e6028 编写于 作者: B Behdad Esfahbod

[test] Try import unicodedata2 as unicodedata

上级 81afdbe8
......@@ -4,6 +4,10 @@ from __future__ import print_function, division, absolute_import
import sys, os, re, difflib, unicodedata, errno, cgi
from itertools import *
try:
import unicodedata2 as unicodedata
except Exception:
pass
diff_symbols = "-+=*&^%$#@!~/"
diff_colors = ['red', 'green', 'blue']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册