Show More
@@ -11,7 +11,6 import os | |||
|
11 | 11 | import pathlib |
|
12 | 12 | import shutil |
|
13 | 13 | import subprocess |
|
14 | import tempfile | |
|
15 | 14 | |
|
16 | 15 | from .downloads import ( |
|
17 | 16 | download_entry, |
@@ -99,9 +98,6 def build(source_dir: pathlib.Path, buil | |||
|
99 | 98 | if not py2exe_source_path.exists(): |
|
100 | 99 | extract_zip_to_directory(py2exe_pkg, build_dir) |
|
101 | 100 | |
|
102 | with tempfile.TemporaryDirectory() as td: | |
|
103 | td = pathlib.Path(td) | |
|
104 | ||
|
105 | 101 |
|
|
106 | 102 |
|
|
107 | 103 |
|
General Comments 0
You need to be logged in to leave comments.
Login now