diff --git a/mythril/mythril/mythril_analyzer.py b/mythril/mythril/mythril_analyzer.py index 7a8f2a433..99e3c3626 100644 --- a/mythril/mythril/mythril_analyzer.py +++ b/mythril/mythril/mythril_analyzer.py @@ -20,7 +20,7 @@ from mythril.support.start_time import StartTime from mythril.support.support_args import args -from . import MythrilDisassembler +from .mythril_disassembler import MythrilDisassembler log = logging.getLogger(__name__)