From: Carl Hetherington Date: Mon, 14 Oct 2019 09:23:07 +0000 (+0200) Subject: Remove python 2 style print now that we are importing print_function from future. X-Git-Tag: v2.15.23~5 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=95bd2d068f67f7c0e611c720c95bfd6781329d86;hp=-c;p=dcpomatic.git Remove python 2 style print now that we are importing print_function from future. --- 95bd2d068f67f7c0e611c720c95bfd6781329d86 diff --git a/wscript b/wscript index eb9c7e461..896b68ab2 100644 --- a/wscript +++ b/wscript @@ -596,7 +596,7 @@ def dist(ctx): r = git_revision() if r is not None: f = open('.git_revision', 'w') - print >>f,r + print(r, file=f) f.close() ctx.excl = """