summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd/qdsupport.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-04-23 13:21:09 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-04-23 13:21:09 (GMT)
commit7f725e406147125eaeef0958cf9b489660f6eb52 (patch)
treecb4c06dd09b9818e1e189a57e797be4f536c123e /Mac/Modules/qd/qdsupport.py
parentbbf4be2c2fee581606bb5fdeadefc8b104bc204f (diff)
downloadcpython-7f725e406147125eaeef0958cf9b489660f6eb52.zip
cpython-7f725e406147125eaeef0958cf9b489660f6eb52.tar.gz
cpython-7f725e406147125eaeef0958cf9b489660f6eb52.tar.bz2
SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define.
Diffstat (limited to 'Mac/Modules/qd/qdsupport.py')
-rw-r--r--Mac/Modules/qd/qdsupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/qd/qdsupport.py b/Mac/Modules/qd/qdsupport.py
index 9b1151b..7f1db82 100644
--- a/Mac/Modules/qd/qdsupport.py
+++ b/Mac/Modules/qd/qdsupport.py
@@ -302,7 +302,7 @@ Method = OSErrMethodGenerator
functions = []
methods = []
execfile(INPUTFILE)
-#execfile(EXTRAFILE)
+execfile(EXTRAFILE)
# add the populated lists to the generator groups
# (in a different wordl the scan program would generate this)