Fixed SConstruct for python3

This commit is contained in:
Joseph Coffland 2017-12-27 14:19:50 -08:00
parent 31c8836254
commit 800232fb76

View File

@ -15,7 +15,7 @@ conf = env.CBConfigure()
try:
version = env.FAHClientVersion()
except Exception, e:
print e
print(e)
version = '0.0.0'
env.Replace(PACKAGE_VERSION = version)