diff options
Diffstat (limited to 'Mac/Modules/cf/cfsupport.py')
-rw-r--r-- | Mac/Modules/cf/cfsupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/cf/cfsupport.py b/Mac/Modules/cf/cfsupport.py index 800581a..655331e 100644 --- a/Mac/Modules/cf/cfsupport.py +++ b/Mac/Modules/cf/cfsupport.py @@ -529,7 +529,7 @@ CFMutableStringRef_methods = [] CFURLRef_methods = [] # ADD _methods initializer here -execfile(INPUTFILE) +exec(open(INPUTFILE).read()) # add the populated lists to the generator groups |