mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed old Tkinter import, the last apparently
This commit is contained in:
parent
2eab97c9a6
commit
5424b0ad26
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class EditorWindow(object):
|
|||
from idlelib.UndoDelegator import UndoDelegator
|
||||
from idlelib.IOBinding import IOBinding, filesystemencoding, encoding
|
||||
from idlelib import Bindings
|
||||
from Tkinter import Toplevel
|
||||
from tkinter import Toplevel
|
||||
from idlelib.MultiStatusBar import MultiStatusBar
|
||||
|
||||
help_url = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue