commit | 7fb76e0f8af58d437dc4801e1899eba4d633a31d | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Thu Jun 12 10:49:56 1997 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Thu Jun 12 10:49:56 1997 +0000 |
tree | 7cb8b532203aa509c979c5a57876a362d75675e4 | |
parent | caa7c46ac4152748daad7ae06d7a555838548d17 [diff] [blame] |
Replaced MacOS.EnableAppswitch by MacOS.SchedParams
diff --git a/Mac/Lib/test/ctbtest.py b/Mac/Lib/test/ctbtest.py index 0f3cd90..cb1b506 100644 --- a/Mac/Lib/test/ctbtest.py +++ b/Mac/Lib/test/ctbtest.py
@@ -16,7 +16,7 @@ print 'Communications Toolbox not available' sys.exit(1) # Disable Python's event processing (we do that) - MacOS.EnableAppswitch(0) + MacOS.SchedParams(1, 0) print 'Minimal terminal emulator V1.0' print '(type command-Q to exit)' print