diff options
Diffstat (limited to 'Lib/test/test_idle.py')
-rw-r--r-- | Lib/test/test_idle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_idle.py b/Lib/test/test_idle.py index 177e3eb..b94672c 100644 --- a/Lib/test/test_idle.py +++ b/Lib/test/test_idle.py @@ -18,7 +18,7 @@ if use_resources and 'gui' in use_resources: ## # tkinter.test.suppport in 3.x ## try: ## check_tk_availability() -## except unittest.SkipTest: +## except unittest.SkipTest: ## raise tk.TclError root = tk.Tk() root.destroy() |