Import the backend interfaces on module import

This commit is contained in:
Brett Sun 2016-12-02 18:30:09 +01:00 committed by Sylvain Bellemare
parent ab18203b7c
commit 75ef0f2fda
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Include the backend interfaces
from bigchaindb.backend import changefeed, schema, query # noqa

View File

@ -0,0 +1,2 @@
# Register the single dispatched modules on import
from bigchaindb.backend.rethinkdb import changefeed, schema, query # noqa