diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2002-09-18 03:17:38 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2002-09-18 03:17:38 (GMT) |
commit | 089a64a749a510f67217bf5736afc56a9dfd0fdc (patch) | |
tree | ed8500830a2113e04089e6dc9bbf67237f13e155 /Lib | |
parent | 7879ad0c4f66079d4dbd752f068c200825db30c0 (diff) | |
download | cpython-089a64a749a510f67217bf5736afc56a9dfd0fdc.zip cpython-089a64a749a510f67217bf5736afc56a9dfd0fdc.tar.gz cpython-089a64a749a510f67217bf5736afc56a9dfd0fdc.tar.bz2 |
Merge Py Idle changes:
Rev 1.3 nnorwitz
Remove unnecessary imports
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: |