changeset: 91047:2567c68fb300 branch: 2.7 parent: 91042:f51ecdac91c8 user: Zachary Ware date: Thu Jun 05 15:57:44 2014 -0500 files: Lib/idlelib/idle_test/test_autoexpand.py description: Issue #18292: s/tkinter/Tkinter/ diff -r f51ecdac91c8 -r 2567c68fb300 Lib/idlelib/idle_test/test_autoexpand.py --- a/Lib/idlelib/idle_test/test_autoexpand.py Thu Jun 05 15:15:43 2014 -0400 +++ b/Lib/idlelib/idle_test/test_autoexpand.py Thu Jun 05 15:57:44 2014 -0500 @@ -15,7 +15,7 @@ @classmethod def setUpClass(cls): - if 'tkinter' in str(Text): + if 'Tkinter' in str(Text): requires('gui') cls.tk = Tk() cls.text = Text(cls.tk)