##// END OF EJS Templates
setup: don't import distutils prior to checking FORCE_SETUPTOOLS...
Dan Villiom Podlaski Christiansen -
r46850:172b294b default
parent child Browse files
Show More
@@ -179,7 +179,6 b' import stat, subprocess, time'
179 import re
179 import re
180 import shutil
180 import shutil
181 import tempfile
181 import tempfile
182 from distutils import log
183
182
184 # We have issues with setuptools on some platforms and builders. Until
183 # We have issues with setuptools on some platforms and builders. Until
185 # those are resolved, setuptools is opt-in except for platforms where
184 # those are resolved, setuptools is opt-in except for platforms where
@@ -199,6 +198,7 b' from distutils.command.build_scripts imp'
199 from distutils.command.install import install
198 from distutils.command.install import install
200 from distutils.command.install_lib import install_lib
199 from distutils.command.install_lib import install_lib
201 from distutils.command.install_scripts import install_scripts
200 from distutils.command.install_scripts import install_scripts
201 from distutils import log
202 from distutils.spawn import spawn, find_executable
202 from distutils.spawn import spawn, find_executable
203 from distutils import file_util
203 from distutils import file_util
204 from distutils.errors import (
204 from distutils.errors import (
General Comments 0
You need to be logged in to leave comments. Login now