[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

@ -29,7 +29,7 @@ from configparser import ConfigParser
import os
import sys
from tkinter.font import Font, nametofont
from tkinter.font import Font
class InvalidConfigType(Exception): pass
class InvalidConfigSet(Exception): pass