diff --git a/PIL/ImageMath.py b/PIL/ImageMath.py index 6548b0382..4f3c19273 100644 --- a/PIL/ImageMath.py +++ b/PIL/ImageMath.py @@ -16,7 +16,7 @@ # from PIL import Image -import _imagingmath +from . import _imagingmath import sys try: