diff --git a/mythril/ether/soliditycontract.py b/mythril/ether/soliditycontract.py index d0e5c56e..4ef2f4b6 100644 --- a/mythril/ether/soliditycontract.py +++ b/mythril/ether/soliditycontract.py @@ -1,7 +1,7 @@ +import laser.ethereum.helper as helper from mythril.ether.ethcontract import ETHContract from mythril.ether.util import * from mythril.exceptions import NoContractFoundError -from laser.ethereum import helper class SourceMapping: