mirror of
git://holbrook.no/eth-contract-registry
synced 2024-12-22 04:17:32 +01:00
Correct module include typo
This commit is contained in:
parent
8737b94e54
commit
78c898a739
@ -11,8 +11,8 @@ from chainlib.eth.tx import receipt
|
||||
from chainlib.eth.nonce import RPCNonceOracle
|
||||
|
||||
# local imports
|
||||
from contract_registry.registry import Registry
|
||||
from contract_registry.encoding import to_identifier
|
||||
from eth_contract_registry.registry import Registry
|
||||
from eth_contract_registry.encoding import to_identifier
|
||||
|
||||
#logg = logging.getLogger(__name__)
|
||||
logg = logging.getLogger()
|
||||
|
BIN
python/gmon.out
BIN
python/gmon.out
Binary file not shown.
@ -1,3 +1,3 @@
|
||||
confini~=0.3.6rc3
|
||||
crypto-dev-signer~=0.4.14a5
|
||||
chainlib~=0.0.1a29
|
||||
chainlib~=0.0.1a32
|
||||
|
Loading…
Reference in New Issue
Block a user