Skip to content

Commit fcc8086

Browse files
committed
[3.14]gh-75666: idlelib backport of iomenu change (GH-151958)
1 parent 8a8c8ee commit fcc8086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idle_test/test_iomenu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def setUpClass(cls):
2323
cls.root = Tk()
2424
cls.root.withdraw()
2525
cls.editwin = EditorWindow(root=cls.root)
26-
cls.io = iomenu.IOBinding(cls.editwin)
26+
cls.io = cls.editwin.io
2727

2828
@classmethod
2929
def tearDownClass(cls):

0 commit comments

Comments
 (0)