Merge branch 'v2.15.x' of ssh://localhost:2222/home/carl/git/dcpomatic into v2.15.x
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Oct 2019 09:24:48 +0000 (11:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Oct 2019 09:24:48 +0000 (11:24 +0200)
wscript

diff --git a/wscript b/wscript
index eb9c7e4616167c555c3344dd14d29e430ceb7039..896b68ab237d1b6f7613f2b3ffdd107a45ec66af 100644 (file)
--- 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 = """