Thanks to visit codestin.com Credit goes to github.com
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 b0efd49 commit d92ee3eCopy full SHA for d92ee3e
1 file changed
Lib/idlelib/idle_test/test_parenmatch.py
@@ -24,6 +24,7 @@ class ParenMatchTest(unittest.TestCase):
24
@classmethod
25
def setUpClass(cls):
26
cls.root = Tk()
27
+ cls.root.withdraw()
28
cls.text = Text(cls.root)
29
cls.editwin = DummyEditwin(cls.text)
30
cls.editwin.text_frame = Mock()
0 commit comments