250
250
note(gettext("Exporting messages from builtin command: %s"), cmd_name)
251
251
_write_command_help(exporter, command)
255
255
raise errors.BzrError(gettext('Plugin %s is not loaded' % plugin_name))
256
256
core_plugins = set(name for name in plugins
257
257
if plugins[name].path().startswith(breezy.__path__[0]))