From c82cd29081ffb1efca8f816982aa67f5a5f5daad Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Fri, 18 Oct 2013 14:10:16 +0200 Subject: [PATCH] requires 'self' --- docs/dev/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst index 186a7689b..eacd3c271 100644 --- a/docs/dev/plugins.rst +++ b/docs/dev/plugins.rst @@ -374,7 +374,7 @@ plugin will be used if we issue a command like ``beet ls @something`` or return pattern == val class ExactMatchPlugin(BeetsPlugin): - def queries(): + def queries(self): return { '@': ExactMatchQuery }