change import statement

pull/198/head
Joran Honig 7 years ago
parent 363d16c9e3
commit 284847f9e0
  1. 2
      mythril/ether/soliditycontract.py

@ -1,7 +1,7 @@
import laser.ethereum.helper as helper
from mythril.ether.ethcontract import ETHContract from mythril.ether.ethcontract import ETHContract
from mythril.ether.util import * from mythril.ether.util import *
from mythril.exceptions import NoContractFoundError from mythril.exceptions import NoContractFoundError
from laser.ethereum import helper
class SourceMapping: class SourceMapping:

Loading…
Cancel
Save