summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/mlte/mltesupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/mlte/mltesupport.py')
-rw-r--r--Mac/Modules/mlte/mltesupport.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Modules/mlte/mltesupport.py b/Mac/Modules/mlte/mltesupport.py
index 8dcbed5..4adde0d 100644
--- a/Mac/Modules/mlte/mltesupport.py
+++ b/Mac/Modules/mlte/mltesupport.py
@@ -128,7 +128,7 @@ OptRectPtr = OpaqueByValueType("Rect *", "OptRectPtr")
UniChar = Type("UniChar", "h") # XXXX For now...
# ADD object type here
-execfile("mltetypetest.py")
+exec(open("mltetypetest.py").read())
# Our (opaque) objects
@@ -166,7 +166,7 @@ TXNObject_methods = []
TXNFontMenuObject_methods = []
# ADD _methods initializer here
-execfile(INPUTFILE)
+exec(open(INPUTFILE).read())
# add the populated lists to the generator groups