diff options
author | Just van Rossum <just@letterror.com> | 2001-08-16 15:16:19 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2001-08-16 15:16:19 (GMT) |
commit | 7a401795db50207c49b5d58355acf1b0842dab55 (patch) | |
tree | 9e07e91d0c7963ed5db6760172dc3fff6571443a /Mac/Resources | |
parent | 7fdc0a183578c1c90623c4b9d4965897103f9160 (diff) | |
download | cpython-7a401795db50207c49b5d58355acf1b0842dab55.zip cpython-7a401795db50207c49b5d58355acf1b0842dab55.tar.gz cpython-7a401795db50207c49b5d58355acf1b0842dab55.tar.bz2 |
Long time overdue: change sys.path defaults so that people will
have to do "from PIL import Image" instead of "import Image".
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/pythonpath.r | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Resources/pythonpath.r b/Mac/Resources/pythonpath.r index 428c952..75a74ba 100644 --- a/Mac/Resources/pythonpath.r +++ b/Mac/Resources/pythonpath.r @@ -89,7 +89,7 @@ resource 'STR#' (PYTHONPATH_ID, "sys.path initialization") { "$(PYTHON):Lib", "$(PYTHON):Extensions:img:Mac", "$(PYTHON):Extensions:img:Lib", - "$(PYTHON):Extensions:Imaging:PIL", + "$(PYTHON):Extensions:Imaging", "$(PYTHON):Lib:lib-tk", "$(PYTHON):Lib:site-packages", } |