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

Clean up codebase #6

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

Clean up codebase #6

wants to merge 3 commits into from

Conversation

smacz42
Copy link

@smacz42 smacz42 commented Jun 4, 2017

  • Update for python3 compatibility (should still work with python >=2.6)
  • Correctly indented indents
  • Updated "%s" % (var) to "{}".format(var)
  • Updated print to print()
  • Used triple quotes for help output
  • PEP 8 spacing between functions
  • Shortened if var == True: to if var:

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