Commit cb4636e7 authored by Zachary Ware's avatar Zachary Ware

Issue #18292: s/tkinter/Tkinter/

parent a3039556
...@@ -15,7 +15,7 @@ class AutoExpandTest(unittest.TestCase): ...@@ -15,7 +15,7 @@ class AutoExpandTest(unittest.TestCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
if 'tkinter' in str(Text): if 'Tkinter' in str(Text):
requires('gui') requires('gui')
cls.tk = Tk() cls.tk = Tk()
cls.text = Text(cls.tk) cls.text = Text(cls.tk)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment