mirror of
https://github.com/wassname/flask-whooshee.git
synced 2026-09-12 12:22:04 +08:00
One more rename not to confuse with Whooshee class
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ import whoosh.qparser
|
||||
|
||||
from flask.ext.sqlalchemy import models_committed
|
||||
|
||||
class AbstractWhooshee(object):
|
||||
class AbstractWhoosheer(object):
|
||||
__metaclass__ = abc.ABCMeta
|
||||
models = []
|
||||
index_subdir = 'subdir'
|
||||
@@ -38,7 +38,7 @@ class AbstractWhooshee(object):
|
||||
# TODO: some sanitization
|
||||
return s
|
||||
|
||||
class ModelWhooshee(AbstractWhooshee):
|
||||
class ModelWhoosheer(AbstractWhoosheer):
|
||||
pass
|
||||
|
||||
class Whooshee(object):
|
||||
|
||||
Reference in New Issue
Block a user