From: Zachary Ware Date: Thu, 5 Jun 2014 20:57:44 +0000 (-0500) Subject: Issue #18292: s/tkinter/Tkinter/ X-Git-Tag: v2.7.8~37^2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90bcdd71a5802faeb2d64f1d20914d01afb2f249;p=python Issue #18292: s/tkinter/Tkinter/ --- 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)