Check the tk feature based on tkinter_finder

This commit is contained in:
Eric Soroos 2017-05-27 15:21:35 +00:00 committed by wiredfool
parent 3293d6a1c5
commit bd18a10c87

View File

@ -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",