commit 78c898a739c60fa7e41eb09557be54d723b3ab26 parent 8737b94e5467af2ad1d5e1841475f7b1e32fb106 Author: nolash <dev@holbrook.no> Date: Thu, 25 Mar 2021 19:16:36 +0100 Correct module include typo Diffstat:
M | python/eth_contract_registry/pytest/fixtures_registry.py | | | 4 | ++-- |
M | python/gmon.out | | | 0 | |
M | python/requirements.txt | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/eth_contract_registry/pytest/fixtures_registry.py b/python/eth_contract_registry/pytest/fixtures_registry.py @@ -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() diff --git a/python/gmon.out b/python/gmon.out Binary files differ. diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ confini~=0.3.6rc3 crypto-dev-signer~=0.4.14a5 -chainlib~=0.0.1a29 +chainlib~=0.0.1a32