summaryrefslogtreecommitdiff
path: root/Lib/idlelib/filelist.py
diff options
context:
space:
mode:
authorSrinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) <thatiparthysreenivas@gmail.com>2018-11-10 12:15:31 +0530
committerTerry Jan Reedy <tjreedy@udel.edu>2018-11-10 01:45:31 -0500
commit43a74abb3a87092a7fd6c71042eafb977d70d8e0 (patch)
tree5a2368185a8c363914e4a3ef619c4a6facbb952f /Lib/idlelib/filelist.py
parent2d1bc537fe8b15664bb3e648785ba3c12e93b232 (diff)
downloadcpython-git-43a74abb3a87092a7fd6c71042eafb977d70d8e0.tar.gz
bpo-35202: Remove unused imports in idlelib (GH-10438)
Diffstat (limited to 'Lib/idlelib/filelist.py')
-rw-r--r--Lib/idlelib/filelist.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/filelist.py b/Lib/idlelib/filelist.py
index 52628392e6..0d200854ef 100644
--- a/Lib/idlelib/filelist.py
+++ b/Lib/idlelib/filelist.py
@@ -115,7 +115,6 @@ def _test(): # TODO check and convert to htest
from tkinter import Tk
from idlelib.editor import fixwordbreaks
from idlelib.run import fix_scaling
- import sys
root = Tk()
fix_scaling(root)
fixwordbreaks(root)