Tests correctly check for the core object

This commit is contained in:
wiredfool 2014-04-03 16:04:29 -07:00
parent 688c8dd538
commit ab3687e10f

View File

@ -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()