bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606)
This commit is contained in:
parent
529746c905
commit
25a4206c24
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue