mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-12 16:24:45 +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
|
||||||
|
import PIL.Image
|
||||||
from PIL._util import isPath
|
from PIL._util import isPath
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user