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)
commit79e73887e7c9a0c2759e7e66a0e1a90c884ceacb
treed7a9cf56683451f07cf6cc24c7e310e8cec49308
parent2e9aef4651b5e99c688414d56143ec81a4aaf6a8
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>
SConstruct