From 3b4b45bfe546b023383d4382af7767359390e264 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 May 2008 11:53:14 +0000 Subject: [PATCH] #2967: Tkinter -> tkinter in test_tcl. --- Lib/test/test_tcl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index 9a327dc185..2593188086 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py @@ -3,7 +3,7 @@ import unittest import os from test import support -from Tkinter import Tcl +from tkinter import Tcl from _tkinter import TclError class TclTest(unittest.TestCase): -- 2.40.0