Refactor: using short import names
This commit is contained in:
parent
f03cd63faa
commit
7076a13c53
@ -8,7 +8,7 @@ from bottle import template
|
||||
|
||||
from aore.config import db_conf
|
||||
from aore.dbutils.dbimpl import DBImpl
|
||||
from aore.search.search import SphinxSearch
|
||||
from search import SphinxSearch
|
||||
|
||||
|
||||
class FiasFactory:
|
||||
|
@ -9,8 +9,8 @@ import sphinxapi
|
||||
from aore.config import basic
|
||||
from aore.config import sphinx_conf
|
||||
from aore.miscutils.trigram import trigram
|
||||
from aore.search.wordentry import WordEntry
|
||||
from aore.search.wordvariation import VariationType
|
||||
from wordentry import WordEntry
|
||||
from wordvariation import VariationType
|
||||
|
||||
|
||||
class SphinxSearch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user