diff options
author | Guido van Rossum <guido@python.org> | 1995-03-10 14:42:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-10 14:42:57 (GMT) |
commit | 227a4232e6580891d3ee74b25888685a3c436fe2 (patch) | |
tree | 91b47c2e4b16996cb95836cb5223a87474c1992b /Mac/Modules/ae | |
parent | fc8a01fc5a2890b24ca044f3d00a5139a13e40b2 (diff) | |
download | cpython-227a4232e6580891d3ee74b25888685a3c436fe2.zip cpython-227a4232e6580891d3ee74b25888685a3c436fe2.tar.gz cpython-227a4232e6580891d3ee74b25888685a3c436fe2.tar.bz2 |
the usual
Diffstat (limited to 'Mac/Modules/ae')
-rw-r--r-- | Mac/Modules/ae/aegen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/ae/aegen.py b/Mac/Modules/ae/aegen.py index ea9b3b6..221ef97 100644 --- a/Mac/Modules/ae/aegen.py +++ b/Mac/Modules/ae/aegen.py @@ -312,3 +312,4 @@ f = AEFunction(OSErr, 'AEManagerInfo', (long, 'result', OutMode), ) functions.append(f) + |