Commit 1ad65ac8 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Backed out changeset: 9f922270a929 so can backout larger patch

parent 518e48b2
...@@ -10,7 +10,7 @@ if use_resources and 'gui' in use_resources: ...@@ -10,7 +10,7 @@ if use_resources and 'gui' in use_resources:
try: try:
root = tk.Tk() root = tk.Tk()
root.destroy() root.destroy()
except tk.TclError: except TclError:
while True: while True:
use_resources.delete('gui') use_resources.delete('gui')
if 'gui' not in use_resources: if 'gui' not in use_resources:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment