diff options
Diffstat (limited to 'Mac/Python/macgetpath.c')
-rw-r--r-- | Mac/Python/macgetpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index 4bdab5c62b..40dd6c10d6 100644 --- a/Mac/Python/macgetpath.c +++ b/Mac/Python/macgetpath.c @@ -32,7 +32,7 @@ char * -getpythonpath() +Py_GetPath() { /* Modified by Jack to do something a bit more sensible: ** - Prepend the python home-directory (which is obtained from a Preferences |