summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ScrolledList.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/ScrolledList.py')
-rw-r--r--Lib/idlelib/ScrolledList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ScrolledList.py b/Lib/idlelib/ScrolledList.py
index 350fdbd5ba..0255a0a23f 100644
--- a/Lib/idlelib/ScrolledList.py
+++ b/Lib/idlelib/ScrolledList.py
@@ -1,4 +1,4 @@
-from Tkinter import *
+from tkinter import *
class ScrolledList: