From 284847f9e091f595cc551555d4c911d21ebce9f1 Mon Sep 17 00:00:00 2001 From: Joran Honig Date: Mon, 14 May 2018 20:22:16 +0200 Subject: [PATCH] change import statement --- mythril/ether/soliditycontract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: