summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cg/cgsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/cg/cgsupport.py')
-rwxr-xr-xMac/Modules/cg/cgsupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/cg/cgsupport.py b/Mac/Modules/cg/cgsupport.py
index 6eedfbe..7fa06e2 100755
--- a/Mac/Modules/cg/cgsupport.py
+++ b/Mac/Modules/cg/cgsupport.py
@@ -145,7 +145,7 @@ Method = MethodGenerator
CGContextRef_methods = []
# ADD _methods initializer here
-execfile(INPUTFILE)
+exec(open(INPUTFILE).read())
# manual method, lives in Quickdraw.h
f = Method(void, 'SyncCGContextOriginWithPort',