Import TemporaryFile in setup.py.
This commit is contained in:
parent
66ab3762c3
commit
c20f123b59
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -9,6 +9,7 @@ except ImportError:
|
|||
|
||||
import os
|
||||
import subprocess
|
||||
from tempfile import TemporaryFile
|
||||
|
||||
current_dir = os.path.dirname(__file__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue