summaryrefslogtreecommitdiff
path: root/Lib/idlelib/filelist.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-31 00:50:55 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-31 00:50:55 -0400
commit03c72086eea7efd488f3d7eb42f383cc81bd9a6b (patch)
treee68a479d48a4a3b698f95dccc3c45844135f9dcd /Lib/idlelib/filelist.py
parent5c0752efb4fbb0bea03883c06ff9e0236bb630a5 (diff)
downloadcpython-03c72086eea7efd488f3d7eb42f383cc81bd9a6b.tar.gz
Issue #27891: Consistently group and sort imports within idlelib modules.
Diffstat (limited to 'Lib/idlelib/filelist.py')
-rw-r--r--Lib/idlelib/filelist.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/filelist.py b/Lib/idlelib/filelist.py
index b5af90ccaf..f46ad7cd7e 100644
--- a/Lib/idlelib/filelist.py
+++ b/Lib/idlelib/filelist.py
@@ -1,4 +1,5 @@
import os
+
from tkinter import *
import tkinter.messagebox as tkMessageBox