]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backed out changeset: 9f922270a929 so can backout larger patch
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 22 Jul 2013 01:57:02 +0000 (21:57 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 22 Jul 2013 01:57:02 +0000 (21:57 -0400)
Lib/test/test_idle.py

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