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