def askyesno(self, *args, **kwargs):
# Make testing easier. Could change implementation.
- messagebox.askyesno(*args, **kwargs)
+ return messagebox.askyesno(*args, **kwargs)
def delete_custom(self):
"""Handle event to delete custom theme.
def askyesno(self, *args, **kwargs):
# Make testing easier. Could change implementation.
- messagebox.askyesno(*args, **kwargs)
+ return messagebox.askyesno(*args, **kwargs)
def delete_custom_keys(self):
"""Handle event to delete a custom key set.