execfile was removed in Python 3.0. Thisuses 'exec(open(filename).read())' as analternative, which works on all Pythonversions.
Signed-off-by: Sebastiaan van Stijn <thajeztah(at)gmail(dot)com>