This is making the code compatible with python 3, to more easily take advantage of Dmitry's work with docker. The only thing that needs to be changed is how print is called.
Also, I fixed some minor code formatting issues (trailing whitespace, spacing when doing string formatting).
This is making the code compatible with python 3, to more easily take advantage of Dmitry's work with docker. The only thing that needs to be changed is how
print
is called.Also, I fixed some minor code formatting issues (trailing whitespace, spacing when doing string formatting).