mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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():
|
||||
global root, configure
|
||||
idleConf.userCfg = testcfg
|
||||
idleConf.userCfg = usercfg
|
||||
configure.remove_var_callbacks()
|
||||
del configure
|
||||
root.update_idletasks()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue