]> granicus.if.org Git - python/commitdiff
Issue #18292: s/tkinter/Tkinter/
authorZachary Ware <zachary.ware@gmail.com>
Thu, 5 Jun 2014 20:57:44 +0000 (15:57 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 5 Jun 2014 20:57:44 +0000 (15:57 -0500)
Lib/idlelib/idle_test/test_autoexpand.py

index 162c39fe282100340b657de048c6a67d20ed8445..bdb7e8bf4ca11d46185405658e840818440f00c0 100644 (file)
@@ -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)