Issue #18292: s/tkinter/Tkinter/

This commit is contained in:
Zachary Ware
2014-06-05 15:57:44 -05:00
parent 7b02ef0085
commit 90bcdd71a5

View 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)