diff options
Diffstat (limited to 'Mac/Lib/test/echo.py')
-rw-r--r-- | Mac/Lib/test/echo.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Mac/Lib/test/echo.py b/Mac/Lib/test/echo.py index 4549000..7376238 100644 --- a/Mac/Lib/test/echo.py +++ b/Mac/Lib/test/echo.py @@ -6,14 +6,6 @@ especially to figure out all the different forms an object specifier can have (without having to rely on Apple's implementation). """ -import addpack -addpack.addpack('Tools') -addpack.addpack('bgen') -addpack.addpack('ae') -addpack.addpack('evt') -#addpack.addpack('menu') -addpack.addpack('win') - import sys sys.stdout = sys.stderr import traceback |