From 6634bf2919d855ccd821e878b8cc00c7209f1cbe Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 20 May 2008 07:13:37 +0000 Subject: Tkinter rename reversal: remove tkinter package, adapt imports and docs. --- Lib/test/test_tcl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_tcl.py') diff --git a/Lib/test/test_tcl.py b/Lib/test/test_tcl.py index 6b41a1778d..fa170ef58d 100644 --- a/Lib/test/test_tcl.py +++ b/Lib/test/test_tcl.py @@ -3,7 +3,7 @@ import unittest import os from test import test_support -from tkinter import Tcl +from Tkinter import Tcl from _tkinter import TclError class TclTest(unittest.TestCase): -- cgit v1.2.1