mirror of https://github.com/docker/docker-py.git
While removing any usage of the deprecated `distutils` package,
("The distutils package is deprecated and slated for removal in Python 3.12.")
this internal utility can be removed straightaway because the
`shutil.which` replacement for `distutils.spawn.find_executable`
already honors the `PATHEXT` environment variable in windows systems.
See https://docs.python.org/3/library/shutil.html#shutil.which
Signed-off-by: Daniel Möller <n1ngu@riseup.net>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| create_gpg_key.sh | ||
| store_test.py | ||
| utils_test.py | ||