requires 'self'

This commit is contained in:
Peter Schnebel 2013-10-18 14:10:16 +02:00
parent 840bf15e5b
commit c82cd29081

View file

@ -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
}