62c62,64
< execfile(os.path.join(config_root, "common", "Options.py"))
---
> exec(compile( \
> open(os.path.join(config_root, "common", "Options.py")).read(), \
> os.path.join(config_root, "common", "Options.py"), 'exec'))