From 90bcdd71a5802faeb2d64f1d20914d01afb2f249 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Thu, 5 Jun 2014 15:57:44 -0500 Subject: [PATCH] Issue #18292: s/tkinter/Tkinter/ --- Lib/idlelib/idle_test/test_autoexpand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/idle_test/test_autoexpand.py b/Lib/idlelib/idle_test/test_autoexpand.py index 162c39fe28..bdb7e8bf4c 100644 --- a/Lib/idlelib/idle_test/test_autoexpand.py +++ b/Lib/idlelib/idle_test/test_autoexpand.py @@ -15,7 +15,7 @@ class AutoExpandTest(unittest.TestCase): @classmethod def setUpClass(cls): - if 'tkinter' in str(Text): + if 'Tkinter' in str(Text): requires('gui') cls.tk = Tk() cls.text = Text(cls.tk) -- 2.50.1