Hacker News new | ask | show | jobs
by Leynos 4087 days ago
It can't be that difficult to do a one-off `find . -type f -name '*.py' -print0 | xargs -0 grep 'print '`, change the print statements to functions and add `from __future__ import print_function` can it?