summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJust van Rossum <just@letterror.com>2001-08-16 15:16:19 (GMT)
committerJust van Rossum <just@letterror.com>2001-08-16 15:16:19 (GMT)
commit7a401795db50207c49b5d58355acf1b0842dab55 (patch)
tree9e07e91d0c7963ed5db6760172dc3fff6571443a /Mac
parent7fdc0a183578c1c90623c4b9d4965897103f9160 (diff)
downloadcpython-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')
-rw-r--r--Mac/Resources/pythonpath.r2
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",
}