From: Terry Jan Reedy Date: Sun, 28 Jul 2013 02:29:09 +0000 (-0400) Subject: Issue #18441: whitespace X-Git-Tag: v2.7.6rc1~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d826d77d11d8d0b5c002de69b7c86bb043b4864c;p=thirdparty%2FPython%2Fcpython.git Issue #18441: whitespace --- diff --git a/Lib/test/test_idle.py b/Lib/test/test_idle.py index 177e3eb97395..b94672c44ce2 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()