gourmet icon indicating copy to clipboard operation
gourmet copied to clipboard

py3k: Use print function instead of statement

Open QuLogic opened this issue 8 years ago • 15 comments

A pretty large PR since it touches every file. You may wish to look at only the first commit, because that one applies only to files in which print is actually used. The second commit is a blanket addition of the __future__ import to the remaining files to ensure everything is consistent.

QuLogic avatar Jun 19 '16 05:06 QuLogic