From 7d48219b3ac78895315ea6cef3ced3e55d3d92f0 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 19 Sep 2017 13:56:34 +0100 Subject: scons: use python3-compatible print() These changes were generated using python's `2to3` tool. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102852 Reported-by: Alex Granni Signed-off-by: Eric Engestrom Reviewed-by: Jose Fonseca --- src/gallium/drivers/llvmpipe/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/llvmpipe') diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript index fbbd22a5299..74d7a9e1673 100644 --- a/src/gallium/drivers/llvmpipe/SConscript +++ b/src/gallium/drivers/llvmpipe/SConscript @@ -4,7 +4,7 @@ import distutils.version Import('*') if not env['llvm']: - print 'warning: LLVM disabled: not building llvmpipe' + print('warning: LLVM disabled: not building llvmpipe') Return() env = env.Clone() -- cgit v1.2.3