summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ToolTip.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2002-09-18 03:17:38 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2002-09-18 03:17:38 (GMT)
commit089a64a749a510f67217bf5736afc56a9dfd0fdc (patch)
treeed8500830a2113e04089e6dc9bbf67237f13e155 /Lib/idlelib/ToolTip.py
parent7879ad0c4f66079d4dbd752f068c200825db30c0 (diff)
downloadcpython-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/idlelib/ToolTip.py')
-rw-r--r--Lib/idlelib/ToolTip.py1
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: