Skip to content

Fix imports of importlib.util

Ole Schütt requested to merge oschuett/ase:master into master

ASE uses importlib.util without explicitly importing it. Apparently the module was imported as a side-effect of some other library. Recently this stopped working.

See also this discussion.

Merge request reports