Merge pull request #198 from JoranHonig/bugfix/importhelper

change import statement
pull/205/head
Bernhard Mueller 7 years ago committed by GitHub
commit 485e6ce2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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.util import *
from mythril.exceptions import NoContractFoundError
from laser.ethereum import helper
class SourceMapping:

Loading…
Cancel
Save