diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-05 20:57:44 (GMT) |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-05 20:57:44 (GMT) |
| commit | 90bcdd71a5802faeb2d64f1d20914d01afb2f249 (patch) | |
| tree | 5d398e89a87dd1a56b0dab8188a15e0840fbecb0 /Lib/idlelib/idle_test | |
| parent | 7b02ef008571d8976542b14bbc6a56d2291f40e6 (diff) | |
| download | cpython-90bcdd71a5802faeb2d64f1d20914d01afb2f249.zip cpython-90bcdd71a5802faeb2d64f1d20914d01afb2f249.tar.gz cpython-90bcdd71a5802faeb2d64f1d20914d01afb2f249.tar.bz2 | |
Issue #18292: s/tkinter/Tkinter/
Diffstat (limited to 'Lib/idlelib/idle_test')
| -rw-r--r-- | Lib/idlelib/idle_test/test_autoexpand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_autoexpand.py b/Lib/idlelib/idle_test/test_autoexpand.py index 162c39f..bdb7e8b 100644 --- a/Lib/idlelib/idle_test/test_autoexpand.py +++ b/Lib/idlelib/idle_test/test_autoexpand.py @@ -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) |
