scons: Use print_function ins SConstruct
authorDylan Baker <dylan@pnwbakers.com>
Mon, 21 Oct 2019 16:24:12 +0000 (09:24 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 24 Oct 2019 18:33:50 +0000 (18:33 +0000)
This ensures that we get python3's print() function behavior even in
python2, instead of python2's print statement behavior. We'll be using
this in the next patch.

Reviewed-by: Eric Anholt <eric@anholt.net>
SConstruct

index b5c36cbbc1c72a030f60c8d20f7ccc7c88d6ab03..207794c3eb3b908497a8eec994b2a8e2708219ab 100644 (file)
@@ -20,6 +20,7 @@
 # to get the full list of options. See scons manpage for more info.
 #
 
+from __future__ import print_function
 import os
 import os.path
 import sys