Merge Py Idle changes:

Rev 1.3 nnorwitz
Remove unnecessary imports
This commit is contained in:
Kurt B. Kaiser 2002-09-18 03:17:38 +00:00
parent 7879ad0c4f
commit 089a64a749

View file

@ -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: