I need to alter my build depending on the setup, and decided the easiest 
thing in to have a 'site.cfg' file that sets some variables (basically sets 
paths for things)
For now I've added to my SConscript:
exec (open('site.cfg').read())
Is there a preferred way to accomplish this with scons?