1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-20 21:21:35 +02:00

Removed superfluous lopen builtin

This commit is contained in:
2020-04-20 21:12:22 +02:00
parent 3ca3f08054
commit 9e076e0af4
38 changed files with 107 additions and 195 deletions
-2
View File
@@ -1,9 +1,7 @@
import importlib
import os
import sys
is_py3 = sys.version_info.major >= 3
native_string_type = str
iterkeys = iter