diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:34:06 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-10-13 23:34:06 +0000 |
commit | 8c94d5eb0e4dc30367153a55d852d1537f8a0580 (patch) | |
tree | 7f3e23228ebbea8200398e5c5822e3df334ba9b3 /Mac/scripts/EditPythonPrefs.py | |
parent | 52b5b0221f7207a1dbd4b9b23885f6e89b8f109e (diff) | |
download | cpython-git-8c94d5eb0e4dc30367153a55d852d1537f8a0580.tar.gz |
Added some of the new Numeric modules (which weren't rebuilt).
Diffstat (limited to 'Mac/scripts/EditPythonPrefs.py')
-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 f49f3985cc..5ceb181236 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: |