From 0bb5a4d64a1eafe97156f174eccd0d4d98df4f2e Mon Sep 17 00:00:00 2001 From: piyushrpt Date: Sun, 10 Feb 2019 10:38:21 -0800 Subject: [PATCH] scons py2/py3 compatibility --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index c034ee9..f0727c2 100644 --- a/SConstruct +++ b/SConstruct @@ -35,6 +35,7 @@ import sys if sys.version_info[0] == 2: print('Building with scons from python2') else: + raw_input = input print('Building with scons from python3') if 'SCONS_CONFIG_DIR' in os.environ: