diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-16 03:55:21 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2015-05-16 03:55:21 (GMT) |
commit | 75fb816c78be5668d5274df9c9a0c26d841339ad (patch) | |
tree | 99f3f46df35f3a89108117369db66e18ae4f8840 /Lib/idlelib/idle_test/test_formatparagraph.py | |
parent | 038c16b9a07b0905cef4760e5a5e92e322f56396 (diff) | |
download | cpython-75fb816c78be5668d5274df9c9a0c26d841339ad.zip cpython-75fb816c78be5668d5274df9c9a0c26d841339ad.tar.gz cpython-75fb816c78be5668d5274df9c9a0c26d841339ad.tar.bz2 |
Issue #23184: idle tests, remove unused names and imports.
Diffstat (limited to 'Lib/idlelib/idle_test/test_formatparagraph.py')
-rw-r--r-- | Lib/idlelib/idle_test/test_formatparagraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_formatparagraph.py b/Lib/idlelib/idle_test/test_formatparagraph.py index 690c936..f6039e6 100644 --- a/Lib/idlelib/idle_test/test_formatparagraph.py +++ b/Lib/idlelib/idle_test/test_formatparagraph.py @@ -2,7 +2,7 @@ import unittest from idlelib import FormatParagraph as fp from idlelib.EditorWindow import EditorWindow -from tkinter import Tk, Text, TclError +from tkinter import Tk, Text from test.support import requires |