mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-17 09:31:06 +00:00
Fixed missing module name.
This commit is contained in:
parent
55e17524ea
commit
afde7298c2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def make_escaper(badchars):
|
|||
return escaper
|
||||
|
||||
|
||||
class SearchBackend(with_metaclass(abc.ABCMeta)):
|
||||
class SearchBackend(six.with_metaclass(abc.ABCMeta)):
|
||||
|
||||
"""Base class for all search backends."""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue