Skip to content

Python 2 Support

Latest
Compare
Choose a tag to compare
@donniebishop donniebishop released this 04 May 17:55

Added some backwards compatibility using six module.

  • print() statements changed to six.print_() for compatibility goodness
  • Some I/O fixings related to writing out to the temp file.