From 313bbec18f7045a1797062388e2a61d0749318fc Mon Sep 17 00:00:00 2001 From: Joran Honig Date: Thu, 28 Mar 2019 14:11:24 +0100 Subject: [PATCH] fix broken import --- mythril/laser/ethereum/plugins/implementations/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythril/laser/ethereum/plugins/implementations/benchmark.py b/mythril/laser/ethereum/plugins/implementations/benchmark.py index 4a91be76..0fbffe3f 100644 --- a/mythril/laser/ethereum/plugins/implementations/benchmark.py +++ b/mythril/laser/ethereum/plugins/implementations/benchmark.py @@ -1,5 +1,5 @@ from mythril.laser.ethereum.svm import LaserEVM -from mythril.laser.ethereum.plugins import LaserPlugin +from mythril.laser.ethereum.plugins.plugin import LaserPlugin from time import time import matplotlib.pyplot as plt import logging