diff options
Diffstat (limited to 'Mac/Modules/scrap/scrapsupport.py')
-rw-r--r-- | Mac/Modules/scrap/scrapsupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/scrap/scrapsupport.py b/Mac/Modules/scrap/scrapsupport.py index 84a75d2..b4226a5 100644 --- a/Mac/Modules/scrap/scrapsupport.py +++ b/Mac/Modules/scrap/scrapsupport.py @@ -63,7 +63,7 @@ Method = OSErrMethodGenerator # Create and populate the lists functions = [] methods = [] -execfile(INPUTFILE) +exec(open(INPUTFILE).read()) # add the populated lists to the generator groups # (in a different wordl the scan program would generate this) |