https://peps.python.org/pep-0632/ e.g. distutils https://github.com/freeconf/lang/blob/852deedfb1e75474f3884f9b16736d916e3a9474/python/freeconf/driver.py#L96 can be replaced by import shutil full_path = which(fname)
https://peps.python.org/pep-0632/
e.g. distutils
lang/python/freeconf/driver.py
Line 96 in 852deed
can be replaced by
import shutil
full_path = which(fname)