summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/filelist.py
diff options
context:
space:
mode:
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 5262839..0d20085 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)