mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Long time overdue: change sys.path defaults so that people will
have to do "from PIL import Image" instead of "import Image".
This commit is contained in:
parent
7fdc0a1835
commit
7a401795db
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue