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

@ -1,7 +1,6 @@
import re
import sys
from collections import Mapping
from functools import partial
# Reason last stmt is continued (or C_NONE if it's not).
(C_NONE, C_BACKSLASH, C_STRING_FIRST_LINE,