projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e9aef4
)
scons: Use print_function ins SConstruct
author
Dylan Baker
<dylan@pnwbakers.com>
Mon, 21 Oct 2019 16:24:12 +0000
(09:24 -0700)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index b5c36cbbc1c72a030f60c8d20f7ccc7c88d6ab03..207794c3eb3b908497a8eec994b2a8e2708219ab 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-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