mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Check the tk feature based on tkinter_finder
This commit is contained in:
parent
3293d6a1c5
commit
bd18a10c87
|
@ -2,7 +2,7 @@ from . import Image
|
|||
|
||||
modules = {
|
||||
"pil": "PIL._imaging",
|
||||
"tkinter": "PIL._imagingtk",
|
||||
"tkinter": "PIL._tkinter_finder",
|
||||
"freetype2": "PIL._imagingft",
|
||||
"littlecms2": "PIL._imagingcms",
|
||||
"webp": "PIL._webp",
|
||||
|
|
Loading…
Reference in New Issue
Block a user