def do_plugin_list(self): # TODO: control audits with error at start """ Implementation of: /plugin/list :returns: List of plugin names. :rtype: list(str) """ return sorted( get_plugin_ids() )
def do_plugin_list(self): """ Implementation of: /plugin/list :returns: List of plugin names. :rtype: list(str) """ return sorted( get_plugin_ids() )