re-enable changefeed for mongodb

This commit is contained in:
Rodolphe Marques 2016-12-22 14:18:31 +01:00
parent 00458cfa68
commit 9f738cd58d

View File

@ -16,7 +16,7 @@ generic backend interfaces to the implementations in this module.
"""
# Register the single dispatched modules on import.
from bigchaindb.backend.mongodb import schema, query # noqa no changefeed for now
from bigchaindb.backend.mongodb import schema, query, changefeed # noqa
# MongoDBConnection should always be accessed via
# ``bigchaindb.backend.connect()``.