Remove books manager at long last
This commit is contained in:
parent
e169565e00
commit
d828b0ead9
11 changed files with 93 additions and 89 deletions
|
@ -1,4 +1,6 @@
|
|||
''' bring connectors into the namespace '''
|
||||
from .settings import CONNECTORS
|
||||
from .abstract_connector import ConnectorException, load_connector
|
||||
from .abstract_connector import ConnectorException
|
||||
from .abstract_connector import get_data, get_image
|
||||
|
||||
from .connector_manager import search, local_search, first_search_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue