diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:09:11 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-12 22:09:11 (GMT) |
commit | 8ed81303f68fe3be5b4afa77d1ffd03a066ba3dc (patch) | |
tree | 93c107da8976466a4c39a8c5edb5d8b82e729a01 /Mac/Modules/ae/aesupport.py | |
parent | 6fe608c8407d42e024ca31481fbd6d11fd102dde (diff) | |
download | cpython-8ed81303f68fe3be5b4afa77d1ffd03a066ba3dc.zip cpython-8ed81303f68fe3be5b4afa77d1ffd03a066ba3dc.tar.gz cpython-8ed81303f68fe3be5b4afa77d1ffd03a066ba3dc.tar.bz2 |
Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.
Diffstat (limited to 'Mac/Modules/ae/aesupport.py')
-rw-r--r-- | Mac/Modules/ae/aesupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/ae/aesupport.py b/Mac/Modules/ae/aesupport.py index 1a13537..86f2094 100644 --- a/Mac/Modules/ae/aesupport.py +++ b/Mac/Modules/ae/aesupport.py @@ -193,7 +193,7 @@ functions = [] aedescmethods = [] execfile('aegen.py') -execfile('aedatamodelgen.py') +##execfile('aedatamodelgen.py') for f in functions: module.add(f) for f in aedescmethods: aedescobject.add(f) |