diff options
author | Just van Rossum <just@lettererror.com> | 1999-01-29 16:21:04 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 1999-01-29 16:21:04 (GMT) |
commit | 9f08666faebb9c7f1688517c60f848e2b7483943 (patch) | |
tree | 02bdf9fa2a52c8be839a1a93d98f6f0851926cce /Mac | |
parent | 6bcc53c1092b966f226f4d5f8f96d232f501ce93 (diff) | |
download | cpython-9f08666faebb9c7f1688517c60f848e2b7483943.zip cpython-9f08666faebb9c7f1688517c60f848e2b7483943.tar.gz cpython-9f08666faebb9c7f1688517c60f848e2b7483943.tar.bz2 |
added path entry for NumPy -- jvr
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Resources/pythonpath.r | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 288c5b4..6453c3b 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -79,6 +79,7 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { "$(PYTHON):Mac:Lib:lib-toolbox", "$(PYTHON):Mac:Lib:lib-scripting", "$(PYTHON):Extensions:img:Lib" + "$(PYTHON):Extensions:Numerical:Lib" } }; |