mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-25 20:18:47 +00:00
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".