From ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 16 May 2008 15:48:15 +0000 Subject: Tkinter rename, step 2: fix imports and add stub modules. --- 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 f63e7ae37c..65914ac24e 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