Added some backwards compatibility using six
module.
print()
statements changed tosix.print_()
for compatibility goodness- Some I/O fixings related to writing out to the temp file.
Added some backwards compatibility using six
module.
print()
statements changed to six.print_()
for compatibility goodness