mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
init of convert.py for mongodb implementation
This commit is contained in:
parent
88c58a1dbf
commit
ce29632333
@ -22,7 +22,7 @@ generic backend interfaces to the implementations in this module.
|
||||
"""
|
||||
|
||||
# Register the single dispatched modules on import.
|
||||
from planetmint.backend.localmongodb import schema, query # noqa
|
||||
from planetmint.backend.localmongodb import schema, query, convert # noqa
|
||||
|
||||
# MongoDBConnection should always be accessed via
|
||||
# ``planetmint.backend.connect()``.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user