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

Added config parser, better PEP8 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rohanisaac
Copy link
Collaborator

configparser simplifies the options, also uses getattr() instead of eval(). I tested this out with python3, need to make some changes for py2 (configparser is called ConfigParser, need to import absolute_import from future etc.)

@rohanisaac
Copy link
Collaborator Author

Updated to work with python2, used config.get()

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.

1 participant