diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-17 14:07:56 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-04-17 14:07:56 (GMT) |
commit | 0c4d947eacfb360515a5ba58f1a6b96dddc6d265 (patch) | |
tree | dd1b4a51739c70ecff1ad1122346814108a4eb1f /Mac/Modules/ae/aesupport.py | |
parent | b36b83011a4799bc8fc6decbe4482c5f21608e1e (diff) | |
download | cpython-0c4d947eacfb360515a5ba58f1a6b96dddc6d265.zip cpython-0c4d947eacfb360515a5ba58f1a6b96dddc6d265.tar.gz cpython-0c4d947eacfb360515a5ba58f1a6b96dddc6d265.tar.bz2 |
Replaced addpack by handcrafted code to find the bgen stuff.
Diffstat (limited to 'Mac/Modules/ae/aesupport.py')
-rw-r--r-- | Mac/Modules/ae/aesupport.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Modules/ae/aesupport.py b/Mac/Modules/ae/aesupport.py index f2c947f..58af2df 100644 --- a/Mac/Modules/ae/aesupport.py +++ b/Mac/Modules/ae/aesupport.py @@ -3,8 +3,6 @@ # It execs the file aegen.py which contain the function definitions # (aegen.py was generated by aescan.py, scanning the <AppleEvents.h> header file). -import addpack -addpack.addpack(':Tools:bgen:bgen') from macsupport import * |