diff options
Diffstat (limited to 'Mac/Lib/test/tae.py')
-rw-r--r-- | Mac/Lib/test/tae.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/test/tae.py b/Mac/Lib/test/tae.py index 73c36b9..4789672 100644 --- a/Mac/Lib/test/tae.py +++ b/Mac/Lib/test/tae.py @@ -11,7 +11,7 @@ import macfs import sys import MacOS -MacOS.EnableAppswitch(0) +MacOS.SchedParams(1, 0) def aehandler(request, reply): tosend = [] |