Show More
@@ -179,7 +179,6 b' import stat, subprocess, time' | |||
|
179 | 179 | import re |
|
180 | 180 | import shutil |
|
181 | 181 | import tempfile |
|
182 | from distutils import log | |
|
183 | 182 | |
|
184 | 183 | # We have issues with setuptools on some platforms and builders. Until |
|
185 | 184 | # those are resolved, setuptools is opt-in except for platforms where |
@@ -199,6 +198,7 b' from distutils.command.build_scripts imp' | |||
|
199 | 198 | from distutils.command.install import install |
|
200 | 199 | from distutils.command.install_lib import install_lib |
|
201 | 200 | from distutils.command.install_scripts import install_scripts |
|
201 | from distutils import log | |
|
202 | 202 | from distutils.spawn import spawn, find_executable |
|
203 | 203 | from distutils import file_util |
|
204 | 204 | from distutils.errors import ( |
General Comments 0
You need to be logged in to leave comments.
Login now