diff options
Diffstat (limited to 'Lib/idlelib/CallTipWindow.py')
| -rw-r--r-- | Lib/idlelib/CallTipWindow.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/CallTipWindow.py b/Lib/idlelib/CallTipWindow.py index 27ed085..2223885 100644 --- a/Lib/idlelib/CallTipWindow.py +++ b/Lib/idlelib/CallTipWindow.py @@ -4,7 +4,7 @@ After ToolTip.py, which uses ideas gleaned from PySol  Used by the CallTips IDLE extension.  """ -from tkinter import * +from Tkinter import *  HIDE_VIRTUAL_EVENT_NAME = "<<calltipwindow-hide>>"  HIDE_SEQUENCES = ("<Key-Escape>", "<FocusOut>")  | 
