From ab3687e10fb2a20b134f3fc1984f6a3867892374 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Thu, 3 Apr 2014 16:04:29 -0700 Subject: [PATCH] Tests correctly check for the core object --- Tests/test_imagecms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test_imagecms.py b/Tests/test_imagecms.py index d18132598..dcb445c9f 100644 --- a/Tests/test_imagecms.py +++ b/Tests/test_imagecms.py @@ -3,6 +3,7 @@ from tester import * from PIL import Image try: from PIL import ImageCms + ImageCms.core.profile_open except ImportError: skip()