summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-10-13 23:34:06 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-10-13 23:34:06 (GMT)
commit8c94d5eb0e4dc30367153a55d852d1537f8a0580 (patch)
tree7f3e23228ebbea8200398e5c5822e3df334ba9b3 /Mac
parent52b5b0221f7207a1dbd4b9b23885f6e89b8f109e (diff)
downloadcpython-8c94d5eb0e4dc30367153a55d852d1537f8a0580.zip
cpython-8c94d5eb0e4dc30367153a55d852d1537f8a0580.tar.gz
cpython-8c94d5eb0e4dc30367153a55d852d1537f8a0580.tar.bz2
Added some of the new Numeric modules (which weren't rebuilt).
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/EditPythonPrefs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py
index f49f398..5ceb181 100644
--- a/Mac/scripts/EditPythonPrefs.py
+++ b/Mac/scripts/EditPythonPrefs.py
@@ -192,6 +192,7 @@ def main():
except Res.Error:
pass # Assume we already have acces to our own resource
+ MacOS.SchedParams(1, 0)
if len(sys.argv) <= 1:
edit_preferences()
else: