[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)

Part of patch by Victor Stinner.
(cherry-pick from d6debb24e0)
This commit is contained in:
terryjreedy 2017-06-11 05:53:46 -04:00 committed by GitHub
parent d755d19ac4
commit c6696feb09
7 changed files with 4 additions and 9 deletions

View file

@ -26,7 +26,6 @@ from idlelib import pyparse
from idlelib import query
from idlelib import replace
from idlelib import search
from idlelib import textview
from idlelib import windows
# The default tab setting for a Text widget, in average-width characters.