Fixed SConstruct for python3
This commit is contained in:
parent
31c8836254
commit
800232fb76
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user