Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update generator to work with python 3.12
`imp` has been removed in python 3.12. I switched to the replacement suggested in the release notes. See: https://docs.python.org/3.12/whatsnew/3.12.html#imp While I did not test previous python versions, the replacement function `types.ModuleType` is available since at least python 3.4
- Loading branch information