bug fix: fromimageqt doesn't work unless Image is imported at some point

This commit is contained in:
Eric L Frederich 2015-11-27 12:05:24 -05:00
parent ea2982f284
commit e8e8e1959e

View File

@ -17,6 +17,7 @@
#
import PIL
import PIL.Image
from PIL._util import isPath
from io import BytesIO