summaryrefslogtreecommitdiff
path: root/Lib/idlelib/editor.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-10 18:19:21 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-10 18:19:21 -0400
commit0fe43be4e1abcd24bb503bf4ee150b08e02e4322 (patch)
tree78db3da20ddd160b4b86b4b1679052594987803e /Lib/idlelib/editor.py
parent2d3cd9e42e536185d9b1c6acbb4b900a848f5204 (diff)
downloadcpython-0fe43be4e1abcd24bb503bf4ee150b08e02e4322.tar.gz
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Where needed, add minimal tests to cover changes.
Diffstat (limited to 'Lib/idlelib/editor.py')
-rw-r--r--Lib/idlelib/editor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/editor.py b/Lib/idlelib/editor.py
index d04fc08e47..7f910e76f9 100644
--- a/Lib/idlelib/editor.py
+++ b/Lib/idlelib/editor.py
@@ -7,6 +7,7 @@ import re
import string
import sys
from tkinter import *
+from tkinter.ttk import Scrollbar
import tkinter.simpledialog as tkSimpleDialog
import tkinter.messagebox as tkMessageBox
import traceback