Ejemplo n.º 1
0
    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() )
Ejemplo n.º 2
0
    def do_plugin_list(self):
        """
        Implementation of: /plugin/list

        :returns: List of plugin names.
        :rtype: list(str)
        """
        return sorted( get_plugin_ids() )