Replace deprecated `pkgutil.find_loader` call
Fixes #594 (closed): replace pkgutil.find_loader
with importlib.util.find_spec
.
I assume the extensive extension handling that was in place is no longer needed.
Edited by Arjan Molenaar
Fixes #594 (closed): replace pkgutil.find_loader
with importlib.util.find_spec
.
I assume the extensive extension handling that was in place is no longer needed.