Import TemporaryFile in setup.py.

This commit is contained in:
Emmanuel Gil Peyrot 2018-03-31 11:29:41 +02:00
parent 66ab3762c3
commit c20f123b59

View file

@ -9,6 +9,7 @@ except ImportError:
import os
import subprocess
from tempfile import TemporaryFile
current_dir = os.path.dirname(__file__)