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