mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-10 07:14:46 +03:00
bug fix: fromimageqt doesn't work unless Image is imported at some point
This commit is contained in:
parent
ea2982f284
commit
e8e8e1959e
|
@ -17,6 +17,7 @@
|
|||
#
|
||||
|
||||
import PIL
|
||||
import PIL.Image
|
||||
from PIL._util import isPath
|
||||
from io import BytesIO
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user