diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-07-29 13:58:41 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-07-29 13:58:41 (GMT) |
commit | 5050199787cd7dea54fa56703eb10683f52c5028 (patch) | |
tree | a1926d93ed650ef92c43b0eaff9406c6823fa8f9 /Mac/Lib/toolbox/AEObjects.py | |
parent | 21eb0b56a85958982cbf145e0befccffdde64911 (diff) | |
download | cpython-5050199787cd7dea54fa56703eb10683f52c5028.zip cpython-5050199787cd7dea54fa56703eb10683f52c5028.tar.gz cpython-5050199787cd7dea54fa56703eb10683f52c5028.tar.bz2 |
Fixed incorrect call to InstallHandler and a few other things
Diffstat (limited to 'Mac/Lib/toolbox/AEObjects.py')
-rw-r--r-- | Mac/Lib/toolbox/AEObjects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/toolbox/AEObjects.py b/Mac/Lib/toolbox/AEObjects.py index 3f36414..3e1db67 100644 --- a/Mac/Lib/toolbox/AEObjects.py +++ b/Mac/Lib/toolbox/AEObjects.py @@ -1,4 +1,4 @@ -# Generated from 'Moes:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:AEObjects.h' +# Generated from 'Sap:CodeWarrior6:Metrowerks C/C++:Headers:Universal Headers 2.0.1f:AEObjects.h' kAEAND = 'AND ' kAEOR = 'OR ' |