summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-06-05 22:34:12 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-06-05 22:34:12 (GMT)
commitc7cfb9555974e2e3789a629f1b7509eaa73ee2c6 (patch)
tree38d683d1f4a7affc89ac209a61f23d0c26715446 /Mac/Lib/test
parentf301dcac737bdd38fa919a0cfb9f52b4a1b85ed1 (diff)
downloadcpython-c7cfb9555974e2e3789a629f1b7509eaa73ee2c6.zip
cpython-c7cfb9555974e2e3789a629f1b7509eaa73ee2c6.tar.gz
cpython-c7cfb9555974e2e3789a629f1b7509eaa73ee2c6.tar.bz2
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
Diffstat (limited to 'Mac/Lib/test')
-rw-r--r--Mac/Lib/test/echo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/test/echo.py b/Mac/Lib/test/echo.py
index 20b1d77..d48434f 100644
--- a/Mac/Lib/test/echo.py
+++ b/Mac/Lib/test/echo.py
@@ -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')