Comments
Patch
@@ -179,7 +179,6 @@
import re
import shutil
import tempfile
-from distutils import log
# We have issues with setuptools on some platforms and builders. Until
# those are resolved, setuptools is opt-in except for platforms where
@@ -200,6 +199,7 @@
from distutils.command.install_data import install_data
from distutils.command.install_lib import install_lib
from distutils.command.install_scripts import install_scripts
+from distutils import log
from distutils.spawn import spawn, find_executable
from distutils import file_util
from distutils.errors import (