commit | 756a69fa0d3266e55537cfcf580dd4b1dc8617ea | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 08 15:00:03 1997 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 08 15:00:03 1997 +0000 |
tree | cdb4a67c856de2cfb5f5fe887cdfd90340240dc8 | |
parent | a8441ded7a202c6c06c94d86da0b6f68baea2c1f [diff] [blame] |
- Added classes to support class/property generation by gensuitemodule - Fixed Property class: selector is a 'type', not an 'enum'
diff --git a/Mac/Lib/toolbox/aepack.py b/Mac/Lib/toolbox/aepack.py index 8c9def7..9302a54 100644 --- a/Mac/Lib/toolbox/aepack.py +++ b/Mac/Lib/toolbox/aepack.py
@@ -117,6 +117,7 @@ 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 = []