mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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
|
from PIL import Image
|
||||||
try:
|
try:
|
||||||
from PIL import ImageCms
|
from PIL import ImageCms
|
||||||
|
ImageCms.core.profile_open
|
||||||
except ImportError:
|
except ImportError:
|
||||||
skip()
|
skip()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user