mirror of https://github.com/ConsenSys/mythril
parent
3605fd0f34
commit
a25932c9e3
@ -1,5 +1,5 @@ |
||||
from rpc.client import EthJsonRpc |
||||
from ether.ethcontract import ETHContract, InstanceList |
||||
from mythril.rpc.client import EthJsonRpc |
||||
from mythril.ether.ethcontract import ETHContract, InstanceList |
||||
import hashlib |
||||
import os |
||||
import persistent |
@ -1,4 +1,4 @@ |
||||
from rpc.client import EthJsonRpc |
||||
from mythril.rpc.client import EthJsonRpc |
||||
import codecs |
||||
from ethereum.abi import encode_abi, encode_int |
||||
from ethereum.utils import zpad |
Loading…
Reference in new issue