aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/idle_test/htest.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-12 15:49:20 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-12 15:49:20 -0400
commit2518fa8326578c0407e45a1397b78cbccd4b55b0 (patch)
tree3c9aef10e02b8cb8c853a97655206086f8fcf6af /Lib/idlelib/idle_test/htest.py
parent7670e3c12ec4d0c08db6b9ac82ebd5279b5f9da2 (diff)
downloadcpython-2518fa8326578c0407e45a1397b78cbccd4b55b0.tar.gz
cpython-2518fa8326578c0407e45a1397b78cbccd4b55b0.zip
Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests.
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
-rw-r--r--Lib/idlelib/idle_test/htest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index 5fd33a6c691..d0177bb5ad1 100644
--- a/Lib/idlelib/idle_test/htest.py
+++ b/Lib/idlelib/idle_test/htest.py
@@ -66,7 +66,6 @@ outwin.OutputWindow (indirectly being tested with grep test)
'''
from importlib import import_module
-from idlelib.macosx import _init_tk_type
import tkinter as tk
from tkinter.ttk import Scrollbar
@@ -338,7 +337,6 @@ def run(*tests):
root = tk.Tk()
root.title('IDLE htest')
root.resizable(0, 0)
- _init_tk_type(root)
# a scrollable Label like constant width text widget.
frameLabel = tk.Frame(root, padx=10)