diff options
Diffstat (limited to 'Lib/idlelib/ToolTip.py')
-rw-r--r-- | Lib/idlelib/ToolTip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/ToolTip.py b/Lib/idlelib/ToolTip.py index b178803..ce7a3d3 100644 --- a/Lib/idlelib/ToolTip.py +++ b/Lib/idlelib/ToolTip.py @@ -3,7 +3,7 @@ # may be useful for some purposes in (or almost in ;) the current project scope # Ideas gleaned from PySol -from tkinter import * +from Tkinter import * class ToolTipBase: |