Backed out changeset: 9f922270a929 so can backout larger patch

This commit is contained in:
Terry Jan Reedy 2013-07-21 21:57:02 -04:00
parent 518e48b2bc
commit 1ad65ac841
1 changed files with 1 additions and 1 deletions

View 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: