Commit 25a4206c authored by terryjreedy's avatar terryjreedy Committed by GitHub

bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606)

parent 529746c9
......@@ -44,7 +44,7 @@ def setUpModule():
def tearDownModule():
global root, configure
idleConf.userCfg = testcfg
idleConf.userCfg = usercfg
configure.remove_var_callbacks()
del configure
root.update_idletasks()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment