use importlib instead of pkgutil

This commit is contained in:
David Lord 2023-06-07 13:07:41 -07:00
parent 367e1df785
commit 84e11a1e82
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 7 additions and 4 deletions

View file

@ -3,6 +3,8 @@ Version 2.3.3
Unreleased
- Python 3.12 compatibility.
Version 2.3.2
-------------