Pillow/Tests/test_imagetk.py
2014-03-26 13:31:20 -07:00

10 lines
136 B
Python

from tester import *
from PIL import Image
try:
from PIL import ImageTk
except (OSError, ImportError) as v:
skip(v)
success()