Remove python 2 style print now that we are importing print_function from future.
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Oct 2019 09:23:07 +0000 (11:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Oct 2019 09:23:07 +0000 (11:23 +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 = """