mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update import for exceptions
This commit is contained in:
parent
4dae41828c
commit
a28bf7b950
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user