From 34defd4d420e31e7c4cefe3e44145c6fe8b41eca Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 26 Nov 2021 13:42:18 -0500 Subject: Bind to 'distutils.log' late in case the loader has changed. --- _distutils_hack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_distutils_hack') diff --git a/_distutils_hack/__init__.py b/_distutils_hack/__init__.py index bcac4111..f7074162 100644 --- a/_distutils_hack/__init__.py +++ b/_distutils_hack/__init__.py @@ -49,7 +49,7 @@ def enabled(): def ensure_local_distutils(): clear_distutils() - # ensure the DistutilsMetaFinder is in place and + # With the DistutilsMetaFinder in place, # perform an import to cause distutils to be # loaded from setuptools._distutils. Ref #2906. add_shim() -- cgit v1.2.1