Skip to content

Replace deprecated module to support python 3.12

Gabriele Oliaro requested to merge goliaro/legion:fix_legion_top into master

The imp module is deprecated in Python 3.12, and as a consequence, legion_python throws an error. This fix replaces imp with importlib.

Merge request reports