def export_layers_to_gui(image, main_settings, setting_persistor):
  with gui.set_gui_excepthook(constants.PLUGIN_TITLE, report_uri_list=constants.BUG_REPORT_URI_LIST):
    _ExportLayersToGui(image, main_settings, setting_persistor)
def export_layers_gui(image, main_settings, special_settings, gimpshelf_stream, config_file_stream):
  with gui.set_gui_excepthook(constants.PLUGIN_TITLE, report_uri_list=constants.BUG_REPORT_URI_LIST):
    _ExportLayersGui(image, main_settings, special_settings, gimpshelf_stream, config_file_stream)