Merge pull request #2 from piyushrpt/scons

scons py2/py3 compatibility
LT1AB
Eric Gurrola 2019-02-10 11:47:15 -08:00 committed by GitHub
commit 98a67a5254
1 changed files with 1 additions and 0 deletions

View File

@ -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: