mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
scons: Use print_function ins SConstruct
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>
This commit is contained in:
parent
2e9aef4651
commit
79e73887e7
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue