From 089a64a749a510f67217bf5736afc56a9dfd0fdc Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Wed, 18 Sep 2002 03:17:38 +0000 Subject: [PATCH] Merge Py Idle changes: Rev 1.3 nnorwitz Remove unnecessary imports --- Lib/idlelib/ToolTip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/idlelib/ToolTip.py b/Lib/idlelib/ToolTip.py index 2236f76f48..a403804aff 100644 --- a/Lib/idlelib/ToolTip.py +++ b/Lib/idlelib/ToolTip.py @@ -3,7 +3,6 @@ # may be useful for some purposes in (or almost in ;) the current project scope # Ideas gleaned from PySol -import os from Tkinter import * class ToolTipBase: -- 2.40.0