We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058a5c6 commit 4413f32Copy full SHA for 4413f32
1 file changed
Lib/idlelib/idle_test/test_iomenu.py
@@ -23,11 +23,10 @@ def setUpClass(cls):
23
cls.root = Tk()
24
cls.root.withdraw()
25
cls.editwin = EditorWindow(root=cls.root)
26
- cls.io = iomenu.IOBinding(cls.editwin)
+ cls.io = cls.editwin.io
27
28
@classmethod
29
def tearDownClass(cls):
30
- cls.io.close()
31
cls.editwin._close()
32
del cls.editwin
33
cls.root.update_idletasks()
0 commit comments