Issue #27173: Fix error in test_config that caused test_idle to fail.

This commit is contained in:
Terry Jan Reedy 2016-07-10 17:26:24 -04:00
parent 58cb93f023
commit cd5e388c39

View file

@ -24,7 +24,7 @@ def setUpModule():
idleConf.userCfg = testcfg
def tearDownModule():
idleConf.userCfg = testcfg
idleConf.userCfg = usercfg
class CurrentColorKeysTest(unittest.TestCase):