Closed obdulia-losantos closed 4 years ago
https://docs.python.org/3.3/whatsnew/3.0.html?highlight=execfile#builtins
Removed execfile(). Instead of execfile(fn) use exec(open(fn).read()).
Thanks @obdulia-losantos !
https://docs.python.org/3.3/whatsnew/3.0.html?highlight=execfile#builtins