Kaydet (Commit) 90bcdd71 authored tarafından Zachary Ware's avatar Zachary Ware

Issue #18292: s/tkinter/Tkinter/

üst 7b02ef00
...@@ -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