Fix incorrect import

pull/2/head
Bernhard Mueller 7 years ago
parent b293d0998d
commit ec7d7cb53b
  1. 2
      mythril/ether/ethcontract.py

@ -1,4 +1,4 @@
from ether import asm, util
from mythril.ether import asm, util
import re
import persistent
from ethereum import utils

Loading…
Cancel
Save