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/idlelib/SearchDialogBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/SearchDialogBase.py') diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py index 65914ac24e..f63e7ae37c 100644 --- a/Lib/idlelib/SearchDialogBase.py +++ b/Lib/idlelib/SearchDialogBase.py @@ -1,4 +1,4 @@ -from tkinter import * +from Tkinter import * class SearchDialogBase: -- cgit v1.2.1