diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/ToolTip.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/ToolTip.py b/Lib/idlelib/ToolTip.py index 2236f76..a403804 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: |