Commit 7a401795 authored by Just van Rossum's avatar Just van Rossum

Long time overdue: change sys.path defaults so that people will

have to do "from PIL import Image" instead of "import Image".
parent 7fdc0a18
......@@ -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",
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment