print parenthesis
Closed this issue · 1 comments
chriscrutt commented
for my version of python, it requires parenthesis for print, for example
print "Start renamer"
needs to be print ("Start renamer")
and etc. I can fix this manually but maybe its something you want to look in to
Boren commented
Only Python 2.7 is supported at this time.