1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-22 21:08:51 +00:00
Douglas Raillard 28b78a93f1 utils/misc: Replace deprecated __import__ by importlib
Use importlib.import_module instead of __import__ as per Python doc
recommendation.

This will also fix the case where the class is in a
package's submodule (since __import__ returns the top-level package),
e.g. "foo.bar.Class".
2024-01-09 12:20:26 -08:00
..
2017-02-21 15:02:28 +00:00
2020-10-30 11:49:54 +00:00
2018-07-04 16:33:31 +01:00
2019-07-19 16:36:11 +01:00
2020-10-30 11:49:54 +00:00
2020-10-30 11:49:54 +00:00