diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-08 15:00:03 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-08 15:00:03 +0000 |
commit | 756a69fa0d3266e55537cfcf580dd4b1dc8617ea (patch) | |
tree | cdb4a67c856de2cfb5f5fe887cdfd90340240dc8 /Mac/Lib/toolbox/aepack.py | |
parent | a8441ded7a202c6c06c94d86da0b6f68baea2c1f (diff) | |
download | cpython-git-756a69fa0d3266e55537cfcf580dd4b1dc8617ea.tar.gz |
- Added classes to support class/property generation by gensuitemodule
- Fixed Property class: selector is a 'type', not an 'enum'
Diffstat (limited to 'Mac/Lib/toolbox/aepack.py')
-rw-r--r-- | Mac/Lib/toolbox/aepack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Lib/toolbox/aepack.py b/Mac/Lib/toolbox/aepack.py index 8c9def73c6..9302a54865 100644 --- a/Mac/Lib/toolbox/aepack.py +++ b/Mac/Lib/toolbox/aepack.py @@ -117,6 +117,7 @@ def unpack(desc): if unpacker_coercions.has_key(t): desc = desc.AECoerceDesc(unpacker_coercions[t]) + t = desc.type # This is a guess by Jack.... if t == typeAEList: l = [] |