From 3d5d4daba55eb5741cffcb56e95042c425782e45 Mon Sep 17 00:00:00 2001 From: Guilherme Polo Date: Fri, 6 Feb 2009 23:39:18 +0000 Subject: [PATCH] Revert unwanted merge --- Lib/test/test_tcl.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index 4d92b268b8e6..fa1727c81f25 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py @@ -4,15 +4,9 @@ import unittest import os import _tkinter from test import support -from tkinter import Tk, Tcl +from tkinter import Tcl from _tkinter import TclError -# Restore Tkinter.Tk._loadtk that may have been overridden by ttk. -# If this is not done then this test may fail for reasons related -# to ttk only (like failing to load the tile package). -from ttk import __loadtk__ -Tk._loadtk = __loadtk__ - class TkinterTest(unittest.TestCase): -- 2.47.3