idlelib: remove unused names and imports (one is a duplicate import).

This commit is contained in:
Terry Jan Reedy 2015-05-14 18:10:50 -04:00
parent 82796193f9
commit 2733618fd9
8 changed files with 5 additions and 12 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