mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #18292: s/tkinter/Tkinter/
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user