From cbb93ac5bfeb39f695d9533c8d7dc054149d469a Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 8 Mar 2013 18:39:17 -0500 Subject: [PATCH] Revert "Use relative import for _imagingmath" This reverts commit c731513318c6260bca08569c0197ddf8f4e61967. --- PIL/ImageMath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ImageMath.py b/PIL/ImageMath.py index 395323fd3..6548b0382 100644 --- a/PIL/ImageMath.py +++ b/PIL/ImageMath.py @@ -16,7 +16,7 @@ # from PIL import Image -from PIL import _imagingmath +import _imagingmath import sys try: