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

@ -21,7 +21,6 @@ barrier, in particular frame and traceback objects.
"""
import types
from idlelib import rpc
from idlelib import Debugger
debugging = 0