mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Kill tab
This commit is contained in:
parent
9c38b8fc7d
commit
1eb842296c
|
@ -31,14 +31,14 @@ Change::
|
|||
|
||||
to::
|
||||
|
||||
from PIL import Image
|
||||
from PIL import Image
|
||||
|
||||
.. Note:: If your code imports _imaging, it will no longer work.
|
||||
|
||||
The preferred, future proof method of importing the private _imaging module is::
|
||||
|
||||
from PIL import Image
|
||||
_imaging = Image.core
|
||||
_imaging = Image.core
|
||||
|
||||
Why a fork?
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue
Block a user