Closed mrinalwahal closed 5 years ago
os.system
os.path.join
pep8
print
All (/most) of the above are as requested in #18
Could you rebase this PR off the current gin-proc/master? It seems it includes a lot of commits that were already merged in #14.
os.system
calls are removed from everywhere.os.path.join
is being used wherever I can.pep8
is installed and is being adhered to.print
statements which are required for debugging during dev. I'll remove them in production.All (/most) of the above are as requested in #18