mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Rather massive changes:
- Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names
This commit is contained in:
parent
f301dcac73
commit
c7cfb95559
7 changed files with 165 additions and 359 deletions
|
|
@ -7,7 +7,7 @@ can have (without having to rely on Apple's implementation).
|
|||
"""
|
||||
|
||||
import addpack
|
||||
addpack.addpack('Demo')
|
||||
addpack.addpack('Tools')
|
||||
addpack.addpack('bgen')
|
||||
addpack.addpack('ae')
|
||||
addpack.addpack('evt')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue