Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted FileFinder import to work with Python 3.6 (#318)
In CPython 3.6, FileFinder has been moved from importlib._bootstrap to a new importlib._bootstrap_external module. To account for this, this commit switches to importing the more general importlib.machinery module instead of importlib._bootstrap, which also works with older CPython version (3.3+).
- Loading branch information