1 parent 78f8565 commit f8898d0Copy full SHA for f8898d0
1 file changed
py/makeqstrdefs.py
@@ -19,6 +19,7 @@
19
elif platform.python_version_tuple()[0] == '3':
20
bytes_cons = bytes
21
from html.entities import name2codepoint
22
+ unichr = chr
23
# end compatibility code
24
25
# Blacklist of qstrings that are specially handled in further
0 commit comments