mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-14 01:23:32 +02:00
Removed superfluous lopen builtin
This commit is contained in:
@@ -175,7 +175,7 @@ class CHMInput(InputFormatPlugin):
|
||||
return htmlpath, toc
|
||||
|
||||
def _read_file(self, name):
|
||||
with lopen(name, 'rb') as f:
|
||||
with open(name, 'rb') as f:
|
||||
data = f.read()
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user