Add old functions in SConstruct

parent a9b04307
...@@ -46,18 +46,6 @@ print '' ...@@ -46,18 +46,6 @@ print ''
import os import os
def isInt(key, value, env):
"""Makes sure value is an integer"""
try:
int(value)
except ValueError:
return False
return True
def toInt(value):
return int(value)
# #
# set possible variables # set possible variables
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment