Replaced MacOS.EnableAppswitch by MacOS.SchedParams
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 sys
 import MacOS
 
-MacOS.EnableAppswitch(0)
+MacOS.SchedParams(1, 0)
 
 def aehandler(request, reply):
 	tosend = []