From 1003e4f7ee4f708045d671837fcfd6d0d4d80373 Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Fri, 8 Mar 2013 13:34:08 -0800 Subject: [PATCH] Use relative import for _imagingcms --- PIL/ImageCms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ImageCms.py b/PIL/ImageCms.py index c41139b2b..3931f366c 100644 --- a/PIL/ImageCms.py +++ b/PIL/ImageCms.py @@ -82,7 +82,7 @@ VERSION = "0.1.0 pil" # --------------------------------------------------------------------. from PIL import Image -import _imagingcms +from . import _imagingcms core = _imagingcms