From dc7f062517b109046ab45dc76c8d59c247bdc53f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 15 Jun 2022 10:32:45 +0200 Subject: [PATCH] Debug plugin --- esds/plugins/power_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esds/plugins/power_states.py b/esds/plugins/power_states.py index be3d085..c9357c7 100644 --- a/esds/plugins/power_states.py +++ b/esds/plugins/power_states.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from plugins.node_plugin import * +from .node_plugin import NodePlugin # PowerStates allows you to measure the energy consumption of a # node that go through several power states during the simulation