diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:34:06 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:34:06 (GMT) |
commit | 8c94d5eb0e4dc30367153a55d852d1537f8a0580 (patch) | |
tree | 7f3e23228ebbea8200398e5c5822e3df334ba9b3 /Mac | |
parent | 52b5b0221f7207a1dbd4b9b23885f6e89b8f109e (diff) | |
download | cpython-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.py | 1 |
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: |