mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Tests correctly check for the core object
This commit is contained in:
parent
688c8dd538
commit
ab3687e10f
|
@ -3,6 +3,7 @@ from tester import *
|
|||
from PIL import Image
|
||||
try:
|
||||
from PIL import ImageCms
|
||||
ImageCms.core.profile_open
|
||||
except ImportError:
|
||||
skip()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user