diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-26 13:42:18 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-26 14:09:38 -0500 |
| commit | 34defd4d420e31e7c4cefe3e44145c6fe8b41eca (patch) | |
| tree | f35d1b85955ce8372e1ddfa1f7a076ffa14be206 /_distutils_hack | |
| parent | 485fa84d85da3ab6892a9e591b111fbb094c1c9a (diff) | |
| download | python-setuptools-git-34defd4d420e31e7c4cefe3e44145c6fe8b41eca.tar.gz | |
Bind to 'distutils.log' late in case the loader has changed.
Diffstat (limited to '_distutils_hack')
| -rw-r--r-- | _distutils_hack/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
