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

"configparser" import in liten.py not compatible with Python 2 #1

Open
christopappas opened this issue Dec 13, 2016 · 2 comments
Open

Comments

@christopappas
Copy link
Contributor

Hi there,

Looks like the import statement on line 150 of liten.py needs to read "ConfigParser" instead of "configparser" to maintain compatibility with Python 2. Based on the commit messages, this might just be left over from a test move to Python 3. :)

Regards,
Chris

@noahgift
Copy link
Contributor

noahgift commented Dec 14, 2016

Do you want to do a pull request? Happy for someone to help.

@christopappas
Copy link
Contributor Author

christopappas commented Dec 14, 2016

Created 👍 #2

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

No branches or pull requests

2 participants