Backed out changeset: 9f922270a929 so can backout larger patch
This commit is contained in:
parent
518e48b2bc
commit
1ad65ac841
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue