From a28bf7b95026b1a3b37667064aa96771fa8f203c Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Tue, 1 Nov 2016 11:49:17 +0100 Subject: [PATCH] Update import for exceptions --- tests/db/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/db/conftest.py b/tests/db/conftest.py index 11b2c9e4..fe4508b7 100644 --- a/tests/db/conftest.py +++ b/tests/db/conftest.py @@ -12,7 +12,7 @@ import rethinkdb as r from bigchaindb import Bigchain from bigchaindb.db import get_conn, init_database from bigchaindb.common import crypto -from bigchaindb.exceptions import DatabaseAlreadyExists +from bigchaindb.common.exceptions import DatabaseAlreadyExists USER2_SK, USER2_VK = crypto.generate_key_pair()