Skip to content

Fix submodule import in six.moves #478

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

Merged
merged 1 commit into from
Jan 18, 2018

Conversation

brycepg
Copy link
Contributor

@brycepg brycepg commented Jan 7, 2018

This commit fixes import errors where modname
started with but was not equal to six.moves

Fixes pylint-dev/pylint#1640

@brycepg brycepg force-pushed the six-moves-fix branch 3 times, most recently from 44d4554 to 66d6846 Compare January 8, 2018 04:08
This commit fixes import errors when modname
started with, but was not equal, to six.moves
@PCManticore
Copy link
Contributor

Thank you so much @brycepg ! This is great!

@PCManticore PCManticore merged commit cf56486 into pylint-dev:master Jan 18, 2018
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.

six.moves throws E0401 import error
2 participants