From: Kurt B. Kaiser Date: Wed, 18 Sep 2002 03:12:18 +0000 (+0000) Subject: Merge Py Idle changes: X-Git-Tag: v2.3c1~4034 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06a0987fa851ac3683e473c45aa330e0b8df720d;p=thirdparty%2FPython%2Fcpython.git Merge Py Idle changes: Rev 1.2 doerwalter (string methods) --- diff --git a/Lib/idlelib/SearchDialogBase.py b/Lib/idlelib/SearchDialogBase.py index faf526918f36..d5f13db9e2ca 100644 --- a/Lib/idlelib/SearchDialogBase.py +++ b/Lib/idlelib/SearchDialogBase.py @@ -1,4 +1,3 @@ -import string from Tkinter import * class SearchDialogBase: