From c731513318c6260bca08569c0197ddf8f4e61967 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Fri, 8 Mar 2013 13:40:30 -0800 Subject: [PATCH] Use relative import for _imagingmath --- PIL/ImageMath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: