Commit 5bc5f0762f4d4afc39f739ce2693aa2512521daf

Nick Wellnhofer 2022-02-24T18:34:39

Fix build with older Python versions ModuleNotFoundError is only available since Python 3.6. Use the superclass ImportError instead. Fixes commit 3cc64a89. Fixes #347.