diff options
Diffstat (limited to 'Mac/Modules/fm/fmsupport.py')
-rw-r--r-- | Mac/Modules/fm/fmsupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/fm/fmsupport.py b/Mac/Modules/fm/fmsupport.py index e692053..8e2b8b3 100644 --- a/Mac/Modules/fm/fmsupport.py +++ b/Mac/Modules/fm/fmsupport.py @@ -70,7 +70,7 @@ Function = OSErrWeakLinkFunctionGenerator # Create and populate the lists functions = [] -execfile(INPUTFILE) +exec(open(INPUTFILE).read()) # add the populated lists to the generator groups # (in a different wordl the scan program would generate this) |