projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdc0a1
)
Long time overdue: change sys.path defaults so that people will
author
Just van Rossum
<just@letterror.com>
Thu, 16 Aug 2001 15:16:19 +0000
(15:16 +0000)
committer
Just van Rossum
<just@letterror.com>
Thu, 16 Aug 2001 15:16:19 +0000
(15:16 +0000)
have to do "from PIL import Image" instead of "import Image".
Mac/Resources/pythonpath.r
patch
|
blob
|
history
diff --git
a/Mac/Resources/pythonpath.r
b/Mac/Resources/pythonpath.r
index 428c952fb93285e104764051b0882b4f46378ab9..75a74ba78191d977e835ff9f679d5711fec3bfbd 100644
(file)
--- 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",
}