Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted FileFinder import to work with Python 3.6 #318

Merged
merged 1 commit into from
Dec 1, 2016

Conversation

mkai
Copy link
Contributor

@mkai mkai commented Nov 24, 2016

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+).

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+).
Copy link
Contributor

@kwlzn kwlzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! thanks for the PR!

@kwlzn kwlzn merged commit c5ab73f into pex-tool:master Dec 1, 2016
@kwlzn kwlzn mentioned this pull request Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants