mirror of
https://github.com/python/cpython.git
synced 2025-09-29 03:35:31 +00:00
bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606)
This commit is contained in:
parent
529746c905
commit
25a4206c24
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def setUpModule():
|
||||||
|
|
||||||
def tearDownModule():
|
def tearDownModule():
|
||||||
global root, configure
|
global root, configure
|
||||||
idleConf.userCfg = testcfg
|
idleConf.userCfg = usercfg
|
||||||
configure.remove_var_callbacks()
|
configure.remove_var_callbacks()
|
||||||
del configure
|
del configure
|
||||||
root.update_idletasks()
|
root.update_idletasks()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue