diff --git a/src/PIL/Image.py b/src/PIL/Image.py index 25fa0081f..83e4e4ee4 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -97,7 +97,7 @@ try: # import Image and use the Image.core variable instead. # Also note that Image.core is not a publicly documented interface, # 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): raise ImportError(