From 8c94d5eb0e4dc30367153a55d852d1537f8a0580 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 13 Oct 2000 23:34:06 +0000 Subject: Added some of the new Numeric modules (which weren't rebuilt). --- Mac/scripts/EditPythonPrefs.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v0.12