Fixed SConstruct for python3
This commit is contained in:
parent
31c8836254
commit
800232fb76
@ -15,7 +15,7 @@ conf = env.CBConfigure()
|
|||||||
try:
|
try:
|
||||||
version = env.FAHClientVersion()
|
version = env.FAHClientVersion()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
print e
|
print(e)
|
||||||
version = '0.0.0'
|
version = '0.0.0'
|
||||||
env.Replace(PACKAGE_VERSION = version)
|
env.Replace(PACKAGE_VERSION = version)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user