]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #18441: fix buildbot name-error for TclError.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 22 Jul 2013 01:24:45 +0000 (21:24 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 22 Jul 2013 01:24:45 +0000 (21:24 -0400)
Lib/test/test_idle.py

index 540f7d20643274b07d63101b31dc8973efb04c48..79d18a809ba85cf864882fff43763efdaeeebfe0 100644 (file)
@@ -10,7 +10,7 @@ if use_resources and 'gui' in use_resources:
     try:
         root = tk.Tk()
         root.destroy()
-    except TclError:
+    except tk.TclError:
         while True:
             use_resources.delete('gui')
             if 'gui' not in use_resources: