summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/ScrolledText.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-tk/ScrolledText.py')
-rw-r--r--Lib/lib-tk/ScrolledText.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/lib-tk/ScrolledText.py b/Lib/lib-tk/ScrolledText.py
index c96bc3b..367aa89 100644
--- a/Lib/lib-tk/ScrolledText.py
+++ b/Lib/lib-tk/ScrolledText.py
@@ -10,8 +10,8 @@
# Most methods calls are inherited from the Text widget; Pack methods
# are redirected to the Frame widget however.
-from tkinter import *
-from tkinter import _cnfmerge
+from Tkinter import *
+from Tkinter import _cnfmerge
class ScrolledText(Text):
def __init__(self, master=None, cnf=None, **kw):