1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-03-30 00:33:32 +02:00

Removed polyglot codepoint_to_chr

This commit is contained in:
2020-04-20 19:29:05 +02:00
parent 128705f258
commit eac0b98d6f
11 changed files with 20 additions and 25 deletions

View File

@@ -45,7 +45,6 @@ def reraise(tp, value, tb=None):
tb = None
codepoint_to_chr = chr
string_or_bytes = str, bytes
string_or_unicode = str
long_type = int