Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plugins: fix loading of external plugins on Python < 3.10
Pythons `ziploader` only got the `exec_module` method in Python 3.10 so we need to use `load_module` on lower Python versions instead.
- Loading branch information