diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-15 10:32:45 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-06-15 10:32:45 +0200 |
| commit | dc7f062517b109046ab45dc76c8d59c247bdc53f (patch) | |
| tree | 4535a6116f6f5d960998c02fde9bf36032d8e6b0 /esds/plugins | |
| parent | b706e2258fbe4d3ce92e52248148bce814a65f24 (diff) | |
Debug plugin
Diffstat (limited to 'esds/plugins')
| -rw-r--r-- | esds/plugins/power_states.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
