From bd18a10c874dfb3c17bc74780788c3d42b1eca3e Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Sat, 27 May 2017 15:21:35 +0000 Subject: [PATCH] Check the tk feature based on tkinter_finder --- PIL/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/features.py b/PIL/features.py index 15aeb2ad9..e01a32193 100644 --- a/PIL/features.py +++ b/PIL/features.py @@ -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",