stop relying on imp
(will no longer be available in Python 3.12)
#4264
Labels
Milestone
imp
(will no longer be available in Python 3.12)
#4264
imp
is deprecated since Python 3.4, replaced withimportlib
, will be removed in Python 3.12 stdlib, cfr. https://docs.python.org/3.11/library/imp.htmlCurrently used in:
easybuild/tools/filetools.py
easybuild/tools/hooks.py
The text was updated successfully, but these errors were encountered: