Skip to content

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