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/Lib/toolbox/AppleEvents.py | |
| parent | fc8a01fc5a2890b24ca044f3d00a5139a13e40b2 (diff) | |
| download | cpython-227a4232e6580891d3ee74b25888685a3c436fe2.zip cpython-227a4232e6580891d3ee74b25888685a3c436fe2.tar.gz cpython-227a4232e6580891d3ee74b25888685a3c436fe2.tar.bz2 | |
the usual
Diffstat (limited to 'Mac/Lib/toolbox/AppleEvents.py')
| -rw-r--r-- | Mac/Lib/toolbox/AppleEvents.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/toolbox/AppleEvents.py b/Mac/Lib/toolbox/AppleEvents.py index b3780d0..0e1e069 100644 --- a/Mac/Lib/toolbox/AppleEvents.py +++ b/Mac/Lib/toolbox/AppleEvents.py @@ -1,4 +1,5 @@ # Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:AppleEvents.h' + typeBoolean = 'bool' typeChar = 'TEXT' typeSMInt = 'shor' |
