Issue #23184: idle tests, remove unused names and imports.

This commit is contained in:
Terry Jan Reedy 2015-05-15 23:55:21 -04:00
parent 038c16b9a0
commit 75fb816c78
5 changed files with 7 additions and 8 deletions

View file

@ -6,13 +6,13 @@ testing skipping of suite when self.needwrapbutton is false.
'''
import unittest
from test.support import requires
from tkinter import Tk, Toplevel, Frame, Label, BooleanVar, StringVar
from tkinter import Tk, Toplevel, Frame ##, BooleanVar, StringVar
from idlelib import SearchEngine as se
from idlelib import SearchDialogBase as sdb
from idlelib.idle_test.mock_idle import Func
from idlelib.idle_test.mock_tk import Var, Mbox
## from idlelib.idle_test.mock_tk import Var
# The following could help make some tests gui-free.
# The ## imports above & following could help make some tests gui-free.
# However, they currently make radiobutton tests fail.
##def setUpModule():
## # Replace tk objects used to initialize se.SearchEngine.