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

changed the way ConfigParser is imported #187

Closed
wants to merge 1 commit into from

Conversation

kvyh
Copy link
Contributor

@kvyh kvyh commented Jul 6, 2016

Because python3.5.2 apparently doesn't handle the way configparser was being called, I changed how it is imported. Hopefully this fixes #186.

@bsipocz
Copy link
Member

bsipocz commented Jul 6, 2016

This PR is incomplete and will fail on py2.

Full fixes are included in #177.

@kvyh
Copy link
Contributor Author

kvyh commented Jul 6, 2016

I didn't realise that PR was there, that is a much more comprehensive fix.

@kvyh kvyh closed this Jul 6, 2016
@kvyh kvyh deleted the configparser branch July 6, 2016 15:56
@bsipocz
Copy link
Member

bsipocz commented Jul 6, 2016

No worries, it's hidden in there under lots of unrelated stuff.

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.

Python3.5.2 causes setup.py to throw an error
2 participants