Commit ce124603 by Derek Harland Committed by Sébastien Eustace

Explicitly import io.open (#1212)

Fixes bug on Python 2.7, introduced in #1088
parent f341073a
import os import os
import shutil import shutil
import tempfile import tempfile
from io import open
from subprocess import CalledProcessError from subprocess import CalledProcessError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment