summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ah/ahsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/ah/ahsupport.py')
-rw-r--r--Mac/Modules/ah/ahsupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/ah/ahsupport.py b/Mac/Modules/ah/ahsupport.py
index c5f24be..9fa9dde 100644
--- a/Mac/Modules/ah/ahsupport.py
+++ b/Mac/Modules/ah/ahsupport.py
@@ -34,7 +34,7 @@ Function = OSErrFunctionGenerator
# 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)