idlelib: remove unused names and imports (forgot one).

This commit is contained in:
Terry Jan Reedy 2015-05-14 18:11:50 -04:00
parent d8dc7496c5
commit 91226cf7ba
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import sys
from Tkinter import StringVar, BooleanVar, Checkbutton # for GrepDialog
from Tkinter import Tk, Text, Button, SEL, END # for htest
from idlelib import SearchEngine
import itertools
from idlelib.SearchDialogBase import SearchDialogBase
# Importing OutputWindow fails due to import loop
# EditorWindow -> GrepDialop -> OutputWindow -> EditorWindow