mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 02:04:45 +03:00
Update Image.py
MODIFY Unintentional changes
This commit is contained in:
parent
dcb01242dc
commit
5c5b0e9442
|
@ -97,7 +97,7 @@ try:
|
||||||
# import Image and use the Image.core variable instead.
|
# import Image and use the Image.core variable instead.
|
||||||
# Also note that Image.core is not a publicly documented interface,
|
# Also note that Image.core is not a publicly documented interface,
|
||||||
# and should be considered private and subject to change.
|
# and should be considered private and subject to change.
|
||||||
from .. import _imaging as core
|
from . import _imaging as core
|
||||||
|
|
||||||
if __version__ != getattr(core, "PILLOW_VERSION", None):
|
if __version__ != getattr(core, "PILLOW_VERSION", None):
|
||||||
raise ImportError(
|
raise ImportError(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user