mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
ePub: improve compatibility with Python 2.
This commit is contained in:
parent
c24c82d986
commit
b1febf112d
@ -19,6 +19,7 @@ import shutil
|
|||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
import zipfile
|
import zipfile
|
||||||
|
from io import open # Required for Python 2.
|
||||||
|
|
||||||
|
|
||||||
def _parse_nullable_argument(arg):
|
def _parse_nullable_argument(arg):
|
||||||
|
Loading…
Reference in New Issue
Block a user