Delete a few unused names suggested by pyflakes.

This commit is contained in:
Terry Jan Reedy 2014-07-01 18:52:37 -04:00
parent f18f87111b
commit 44f09ebd0f
5 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,5 @@
import os
import bdb
import types
from tkinter import *
from idlelib.WindowList import ListedToplevel
from idlelib.ScrolledList import ScrolledList