commit | c6696feb09a8cf13e13e42ed9cc0b8c2e8795800 | [log] [tgz] |
---|---|---|
author | terryjreedy <tjreedy@udel.edu> | Sun Jun 11 05:53:46 2017 -0400 |
committer | GitHub <noreply@github.com> | Sun Jun 11 05:53:46 2017 -0400 |
tree | 2b1c4e04f09102521e0ba886d7d783e605c2cda6 | |
parent | d755d19ac4f50be2b11a6efb0f0396290c8d8263 [diff] [blame] |
[3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105) Part of patch by Victor Stinner. (cherry-pick from d6debb24e06152a827769b0cac24c47deccdeac1)
diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 358bee4..6a9fc61 100644 --- a/Lib/idlelib/config.py +++ b/Lib/idlelib/config.py
@@ -29,7 +29,7 @@ import os import sys -from tkinter.font import Font, nametofont +from tkinter.font import Font class InvalidConfigType(Exception): pass class InvalidConfigSet(Exception): pass